CalendarEvent class
Constructors
- CalendarEvent({required String calendarId, required String title, required String description, required String location, required DateTime start, required DateTime end, String? timeZone, int? allDay, EventRecurrence? recurrence, AndroidParams? androidParams, IosParams? iosParams, String? eventId})
Properties
- allDay → int?
-
final
- androidParams → AndroidParams?
-
final
- calendarId → String
-
final
- description → String
-
final
- end → DateTime
-
final
- eventId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iosParams → IosParams?
-
final
- location → String
-
final
- recurrence → EventRecurrence?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start → DateTime
-
final
- timeZone → String?
-
final
- title → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
forDelete(
String calendarId) → CalendarEvent