How To Import And Export ICS Files In Blazor Scheduler

Sample date Updated on Jun 29, 2026
blazor-scheduler blazor-wasm-scheduler scheduler-ics scheduler-import-export

This quick-start project demonstrates how to import and export calendar events in ICS (iCalendar) format using the Blazor Scheduler. It showcases handling event data exchange across different platforms, enabling efficient integration and portability of calendar information while providing a practical guide for implementing standardized calendar management features in Blazor applications.

Features

  • Import calendar events from ICS files
  • Export calendar events to ICS format
  • Full calendar event management within Blazor Scheduler
  • Support for recurring events in ICS format
  • Easy integration with existing Blazor applications

Prerequisites

  • Visual Studio 2022
  • .NET 6.0 or higher

How to run the project

  1. Checkout this project to your local machine
  2. Open the solution file using Visual Studio 2022
  3. Build the solution to restore the required NuGet packages
  4. Press F5 to start the application

Documentation

For comprehensive information about implementing ICS import and export functionality in the Blazor Scheduler:

Specific Feature Documentation: https://blazor.syncfusion.com/documentation/scheduler/exporting#exporting-calendar-events-as-ics-file

Online examples: https://blazor.syncfusion.com/demos/scheduler/export-and-import-ics?theme=fluent

Framework Documentation Links:

Usage

After running the project, you can import ICS files and export your scheduler events. The application provides intuitive interfaces for both operations, allowing seamless integration of external calendar events and sharing of your schedule data in a standard format.

Support

For more information and support, visit the Syncfusion Blazor documentation or check the online examples provided.

Up arrow