Event constructor
Event({
- bool? anyoneCanAddSelf,
- List<
EventAttachment> ? attachments, - List<
EventAttendee> ? attendees, - bool? attendeesOmitted,
- String? colorId,
- ConferenceData? conferenceData,
- DateTime? created,
- EventCreator? creator,
- String? description,
- EventDateTime? end,
- bool? endTimeUnspecified,
- String? etag,
- String? eventType,
- EventExtendedProperties? extendedProperties,
- EventFocusTimeProperties? focusTimeProperties,
- EventGadget? gadget,
- bool? guestsCanInviteOthers,
- bool? guestsCanModify,
- bool? guestsCanSeeOtherGuests,
- String? hangoutLink,
- String? htmlLink,
- String? iCalUID,
- String? id,
- String? kind,
- String? location,
- bool? locked,
- EventOrganizer? organizer,
- EventDateTime? originalStartTime,
- EventOutOfOfficeProperties? outOfOfficeProperties,
- bool? privateCopy,
- List<
String> ? recurrence, - String? recurringEventId,
- EventReminders? reminders,
- int? sequence,
- EventSource? source,
- EventDateTime? start,
- String? status,
- String? summary,
- String? transparency,
- DateTime? updated,
- String? visibility,
- EventWorkingLocationProperties? workingLocationProperties,
Implementation
Event({
this.anyoneCanAddSelf,
this.attachments,
this.attendees,
this.attendeesOmitted,
this.colorId,
this.conferenceData,
this.created,
this.creator,
this.description,
this.end,
this.endTimeUnspecified,
this.etag,
this.eventType,
this.extendedProperties,
this.focusTimeProperties,
this.gadget,
this.guestsCanInviteOthers,
this.guestsCanModify,
this.guestsCanSeeOtherGuests,
this.hangoutLink,
this.htmlLink,
this.iCalUID,
this.id,
this.kind,
this.location,
this.locked,
this.organizer,
this.originalStartTime,
this.outOfOfficeProperties,
this.privateCopy,
this.recurrence,
this.recurringEventId,
this.reminders,
this.sequence,
this.source,
this.start,
this.status,
this.summary,
this.transparency,
this.updated,
this.visibility,
this.workingLocationProperties,
});