AndroidEventSettings class

Android-specific calendar event settings

Constructors

AndroidEventSettings({List<String>? attendees, int? calendarId, int eventStatus = 1, int visibility = 0, bool hasAlarm = true, List<int>? reminderMinutes = const [15], int? eventColor, bool guestsCanModify = false, bool guestsCanInviteOthers = false, bool guestsCanSeeGuests = true})
const

Properties

attendees List<String>?
List of attendee email addresses
final
calendarId int?
Calendar ID to add the event to (null for default calendar)
final
eventColor int?
Event color (as integer)
final
eventStatus int
Event status (0 = tentative, 1 = confirmed, 2 = canceled)
final
guestsCanInviteOthers bool
Whether guests can invite others
final
guestsCanModify bool
Whether guests can modify the event
final
guestsCanSeeGuests bool
Whether guests can see other guests
final
hasAlarm bool
Whether the event has an alarm/reminder
final
hashCode int
The hash code for this object.
no setterinherited
reminderMinutes List<int>?
Reminder minutes before the event (e.g., 15 for 15 minutes before)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visibility int
Visibility (0 = default, 1 = confidential, 2 = private, 3 = public)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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