CalendarEvent class

Constructors

CalendarEvent({String? eventId, String? title = '', String? description = '', required DateTime? startDate, required DateTime? endDate, String? location, int? duration, bool? isAllDay = false, bool? hasAlarm = false, String? url, Attendees? attendees, Reminder? reminder})
CalendarEvent.fromJson(Map<String, dynamic> data)

Properties

attendees Attendees?
getter/setter pair
description String?
getter/setter pair
duration int?
getter/setter pair
endDate DateTime?
getter/setter pair
eventId String?
getter/setter pair
hasAlarm bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAllDay bool?
getter/setter pair
location String?
getter/setter pair
reminder Reminder?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate DateTime?
getter/setter pair
title String?
getter/setter pair
url String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setReminder(Reminder reminder) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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