eventide library
Classes
- ETAccount
- Represents an account.
- ETAttendee
- Represents an attendee.
- ETCalendar
- Represents a calendar.
- ETEvent
- Represents an event.
- Eventide
Enums
- ETAttendanceStatus
- ETAttendanceStatus IOS EKParticipantStatus : unknown, pending, accepted, declined, tentative, delegated, completed, inProcess ANDROID ATTENDEE_STATUS : STATUS_NONE, STATUS_ACCEPTED, STATUS_DECLINED, STATUS_INVITED, STATUS_TENTATIVE Represents the status of the attendee.
- ETAttendeeType
- ETAttendeeType IOS EKParticipantType : unknown, person, room, resource, group EKParticipantRole : unknown, required, optional, chair, nonParticipant ANDROID ATTENDEE_TYPE : TYPE_NONE, TYPE_REQUIRED, TYPE_OPTIONAL, TYPE_RESOURCE, TYPE_ROOM ATTENDEE_RELATIONSHIP : RELATIONSHIP_NONE, RELATIONSHIP_ORGANIZER, RELATIONSHIP_ATTENDEE
Exceptions / Errors
- ETException
- An exception thrown by the Flutter Calendar Connect plugin.
- ETGenericException
- An exception thrown when an unknown plugin error occurs.
- ETNotEditableException
- An exception thrown when the calendar is not editable.
- ETNotFoundException
- An exception thrown when a calendar/event/reminder is not found.
- ETNotSupportedByPlatform
- An exception thrown when the requested operation is not supported by the platform.
- ETPermissionException
- An exception thrown when the user refuses to grant calendar permissions.
- ETPresentationException
- An exception thrown when the event creation view cannot be presented.
- ETUserCanceledException
- An exception thrown when the user cancels event creation in the native platform.