CalendarListResource 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? $fields})
→ Future<void>
-
Removes a calendar from the user's calendar list.
-
get(String calendarId, {String? $fields})
→ Future<CalendarListEntry>
-
Returns a calendar from the user's calendar list.
-
insert(CalendarListEntry request, {bool? colorRgbFormat, String? $fields})
→ Future<CalendarListEntry>
-
Inserts an existing calendar into the user's calendar list.
-
list({int? maxResults, String? minAccessRole, String? pageToken, bool? showDeleted, bool? showHidden, String? syncToken, String? $fields})
→ Future<CalendarList>
-
Returns the calendars on the user's calendar list.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(CalendarListEntry request, String calendarId, {bool? colorRgbFormat, String? $fields})
→ Future<CalendarListEntry>
-
Updates an existing calendar on the user's calendar list.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(CalendarListEntry request, String calendarId, {bool? colorRgbFormat, String? $fields})
→ Future<CalendarListEntry>
-
Updates an existing calendar on the user's calendar list.
-
watch(Channel request, {int? maxResults, String? minAccessRole, String? pageToken, bool? showDeleted, bool? showHidden, String? syncToken, String? $fields})
→ Future<Channel>
-
Watch for changes to CalendarList resources.