AndroidEventSettings class

Android-specific calendar event settings

Constructors

AndroidEventSettings.new({int? calendarId, int eventStatus = 1, int visibility = 0, bool hasAlarm = true, List<int>? reminderMinutes = const [15], int? eventColor})
const

Properties

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
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