Non MVC Save/Load

Hello,

I’m trying to figure out how the User Data is sent to a SQL database.

My current Calendar is very similar to the Scheduler.ASP.NET sample (with recurring and default items). I have set up a specific SQL database for the Scheduler (named Scheduler).

I’m a little unclear as to how to implement the user capabilities discussed in scheduler-net.com/docs/identifyi … ation.html. I’m not using MVC, and haven’t been able to successfully pass user info to the database (for either standard or recurring processes).

Essentially, I need to call the current user id from a separate database, pass that info into the “user_id” column in my Scheduler database, so users can only add/edit events tied to their user id.

It appears that that documentation was written for MVC applications, or am I misreading something?