Blazor Scheduler Example - Export and Import ICS
Or drop files here
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This example showcases how to export the Scheduler events to a calendar (.ics) file, as well as how to import events from an .ics file (downloaded from any calendars like Google or Outlook) into the Scheduler.
In this example, Scheduler events can be exported to a calendar (.ics) file by using the ExportToICalendarAsync public method. By default, the calendar is exported with a file name Calendar.ics. To change this file name on export, pass the custom string value as FileName to get the file downloaded with the provided name. Events from external calendars can also be imported into Scheduler by using the ImportICalendar method.