CalendarListEntry constructor
CalendarListEntry({
- String? accessRole,
- String? backgroundColor,
- String? colorId,
- ConferenceProperties? conferenceProperties,
- List<
EventReminder> ? defaultReminders, - bool? deleted,
- String? description,
- String? etag,
- String? foregroundColor,
- String? id,
- String? kind,
- String? location,
- CalendarListEntryNotificationSettings? notificationSettings,
- bool? primary,
- bool? selected,
- String? summary,
- String? summaryOverride,
- String? timeZone,
Implementation
CalendarListEntry({
this.accessRole,
this.backgroundColor,
this.colorId,
this.conferenceProperties,
this.defaultReminders,
this.deleted,
this.description,
this.etag,
this.foregroundColor,
this.hidden,
this.id,
this.kind,
this.location,
this.notificationSettings,
this.primary,
this.selected,
this.summary,
this.summaryOverride,
this.timeZone,
});