Is there a way to make it default to "Month" view when the page opens?
Q:
Is there a way to make it default to "Month" view when the page opens?
A:
You can do so with code.
After scheduler logins, you get UserSettings and set the DefaultView toDefaultViews.Month, and use method Save() to save settings to database.
Here is our documentation: http://www.obout.com/Scheduler/document_serverside_usersettingsclass.aspx
|