Skip to content

sncf-connect-tech/easy_calendar

Repository files navigation

Easy Calendar

Flutter Tests Android Tests iOS Tests

A Flutter plugin to access & modify native calendars on user's device (iOS & Android).

This plugin allows you to create, read and delete calendars, events and reminders. It handles timezones as UTC.

You can ask for permissions manually if you want to request the user early at runtime. However permissions are handled automatically by the plugin at first method call.

Getting Started

iOS

To read/write calendar data, your app must include the following permissions in its info.plist file.

<key>NSCalendarsUsageDescription</key>
<string>We need access to your calendar to add information about your trip.</string>
<key>NSCalendarsFullAccessUsageDescription</key>
<string>We need access to your calendar to add information about your trip.</string>
<key>NSCalendarsWriteOnlyAccessUsageDescription</key>
<string>We need access to your calendar to add information about your trip.</string>

Contribute

Build with pigeon

We use pigeon to make communication between Flutter and host platforms easier.

Run the following command from project root to build boilerplate code with pigeon:

fvm dart pub run pigeon --input ./lib/src/pigeon/calendar_api.dart

License

Copyright © 2025 SNCF Connect & Tech. This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published