CalendarsResource class
Constructors
- CalendarsResource(ApiRequester client)
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
-
clear(
String calendarId, {String? $fields}) → Future< void> - Clears a primary calendar.
-
delete(
String calendarId, {String? $fields}) → Future< void> - Deletes a secondary calendar.
-
get(
String calendarId, {String? $fields}) → Future< Calendar> - Returns metadata for a calendar.
-
insert(
Calendar request, {String? $fields}) → Future< Calendar> - Creates a secondary calendar.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(
Calendar request, String calendarId, {String? $fields}) → Future< Calendar> - Updates metadata for a calendar.
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
Calendar request, String calendarId, {String? $fields}) → Future< Calendar> - Updates metadata for a calendar.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited