CalendarService class Services

A service for adding events to the user's calendar.

Only Android and iOS are supported.

Constructors

CalendarService(DeviceCalendarPlugin deviceCalendarPlugin)

Properties

deviceCalendarPlugin DeviceCalendarPlugin
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addBirthday(DateTime birthday, String title, String description, String calendarId) Future<Result<String>?>
Adds a birthday event to the user's calendar.
getCalendars() Future<List<Calendar>?>
Gets all the possible calendars on the device.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited