EventsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(String calendarId, String eventId, {bool? sendNotifications, String? sendUpdates, String? $fields})
→ Future<void>
-
Deletes an event.
-
get(String calendarId, String eventId, {bool? alwaysIncludeEmail, int? maxAttendees, String? timeZone, String? $fields})
→ Future<Event>
-
Returns an event based on its Google Calendar ID.
-
import(Event request, String calendarId, {int? conferenceDataVersion, bool? supportsAttachments, String? $fields})
→ Future<Event>
-
Imports an event.
-
insert(Event request, String calendarId, {int? conferenceDataVersion, int? maxAttendees, bool? sendNotifications, String? sendUpdates, bool? supportsAttachments, String? $fields})
→ Future<Event>
-
Creates an event.
-
instances(String calendarId, String eventId, {bool? alwaysIncludeEmail, int? maxAttendees, int? maxResults, String? originalStart, String? pageToken, bool? showDeleted, DateTime? timeMax, DateTime? timeMin, String? timeZone, String? $fields})
→ Future<Events>
-
Returns instances of the specified recurring event.
-
list(String calendarId, {bool? alwaysIncludeEmail, List<String>? eventTypes, String? iCalUID, int? maxAttendees, int? maxResults, String? orderBy, String? pageToken, List<String>? privateExtendedProperty, String? q, List<String>? sharedExtendedProperty, bool? showDeleted, bool? showHiddenInvitations, bool? singleEvents, String? syncToken, DateTime? timeMax, DateTime? timeMin, String? timeZone, DateTime? updatedMin, String? $fields})
→ Future<Events>
-
Returns events on the specified calendar.
-
move(String calendarId, String eventId, String destination, {bool? sendNotifications, String? sendUpdates, String? $fields})
→ Future<Event>
-
Moves an event to another calendar, i.e. changes an event's organizer.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Event request, String calendarId, String eventId, {bool? alwaysIncludeEmail, int? conferenceDataVersion, int? maxAttendees, bool? sendNotifications, String? sendUpdates, bool? supportsAttachments, String? $fields})
→ Future<Event>
-
Updates an event.
-
quickAdd(String calendarId, String text, {bool? sendNotifications, String? sendUpdates, String? $fields})
→ Future<Event>
-
Creates an event based on a simple text string.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Event request, String calendarId, String eventId, {bool? alwaysIncludeEmail, int? conferenceDataVersion, int? maxAttendees, bool? sendNotifications, String? sendUpdates, bool? supportsAttachments, String? $fields})
→ Future<Event>
-
Updates an event.
-
watch(Channel request, String calendarId, {bool? alwaysIncludeEmail, List<String>? eventTypes, String? iCalUID, int? maxAttendees, int? maxResults, String? orderBy, String? pageToken, List<String>? privateExtendedProperty, String? q, List<String>? sharedExtendedProperty, bool? showDeleted, bool? showHiddenInvitations, bool? singleEvents, String? syncToken, DateTime? timeMax, DateTime? timeMin, String? timeZone, DateTime? updatedMin, String? $fields})
→ Future<Channel>
-
Watch for changes to Events resources.