android_calendar_intents 0.0.5 copy "android_calendar_intents: ^0.0.5" to clipboard
android_calendar_intents: ^0.0.5 copied to clipboard

A new Flutter package.

android_calendar_intents #

Works only on Android

API #

CalendarIntents.showEventScreen(int eventId);
CalendarIntents.showAddEventScreen({
                  String title,
                  String description,
                  DateTime startTime,
                  DateTime endTime,
                  bool allDay,
                });