• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

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.