Example of Sync Google Calendar in ASP.NET MVC Scheduler Control
This example illustrates how to load and integrate events data from the Google Calendar into our Scheduler.
DEMO
SOURCE
In this example, we have assigned our custom created Google Calendar url to the DataManager and assigned the
same to the Scheduler dataSource
within the eventSettings
API. Since the events data retrieved from the
Google Calendar will be in its own object format, it needs to be resolved manually within the
Scheduler’s dataBinding
event. Within this dataBinding
event, the event fields needs to be mapped properly
and then assigned to the result.