The "events" collection of methods. More...
Classes | |
| class | DeleteRequest |
| Deletes an event. More... | |
| class | GetRequest |
| Returns an event. More... | |
| class | ImportRequest |
| Imports an event. This operation is used to add a private copy of an existing event to a calendar. More... | |
| class | InsertRequest |
| Creates an event. More... | |
| class | InstancesRequest |
| Returns instances of the specified recurring event. More... | |
| class | ListRequest |
| Returns events on the specified calendar. More... | |
| class | MoveRequest |
| Moves an event to another calendar, i.e. changes an event's organizer. More... | |
| class | PatchRequest |
| Updates an event. This method supports patch semantics. More... | |
| class | QuickAddRequest |
| Creates an event based on a simple text string. More... | |
| class | UpdateRequest |
| Updates an event. More... | |
| class | WatchRequest |
| Watch for changes to Events resources. More... | |
Public Member Functions | |
| EventsResource (Google.Apis.Services.IClientService service) | |
| Constructs a new resource. | |
| virtual DeleteRequest | Delete (string calendarId, string eventId) |
| Deletes an event. | |
| virtual GetRequest | Get (string calendarId, string eventId) |
| Returns an event. | |
| virtual ImportRequest | Import (Google.Apis.Calendar.v3.Data.Event body, string calendarId) |
| Imports an event. This operation is used to add a private copy of an existing event to a calendar. | |
| virtual InsertRequest | Insert (Google.Apis.Calendar.v3.Data.Event body, string calendarId) |
| Creates an event. | |
| virtual InstancesRequest | Instances (string calendarId, string eventId) |
| Returns instances of the specified recurring event. | |
| virtual ListRequest | List (string calendarId) |
| Returns events on the specified calendar. | |
| virtual MoveRequest | Move (string calendarId, string eventId, string destination) |
| Moves an event to another calendar, i.e. changes an event's organizer. | |
| virtual PatchRequest | Patch (Google.Apis.Calendar.v3.Data.Event body, string calendarId, string eventId) |
| Updates an event. This method supports patch semantics. | |
| virtual QuickAddRequest | QuickAdd (string calendarId, string text) |
| Creates an event based on a simple text string. | |
| virtual UpdateRequest | Update (Google.Apis.Calendar.v3.Data.Event body, string calendarId, string eventId) |
| Updates an event. | |
| virtual WatchRequest | Watch (Google.Apis.Calendar.v3.Data.Channel body, string calendarId) |
| Watch for changes to Events resources. | |
The "events" collection of methods.
|
inline |
Constructs a new resource.
|
inlinevirtual |
Deletes an event.
| calendarId | Calendar identifier. |
| eventId | Event identifier. |
|
inlinevirtual |
Returns an event.
| calendarId | Calendar identifier. |
| eventId | Event identifier. |
|
inlinevirtual |
Imports an event. This operation is used to add a private copy of an existing event to a calendar.
| body | The body of the request. |
| calendarId | Calendar identifier. |
|
inlinevirtual |
Creates an event.
| body | The body of the request. |
| calendarId | Calendar identifier. |
|
inlinevirtual |
Returns instances of the specified recurring event.
| calendarId | Calendar identifier. |
| eventId | Recurring event identifier. |
|
inlinevirtual |
Returns events on the specified calendar.
| calendarId | Calendar identifier. |
|
inlinevirtual |
|
inlinevirtual |
Updates an event. This method supports patch semantics.
| body | The body of the request. |
| calendarId | Calendar identifier. |
| eventId | Event identifier. |
|
inlinevirtual |
Creates an event based on a simple text string.
| calendarId | Calendar identifier. |
| text | The text describing the event to be created. |
|
inlinevirtual |
Updates an event.
| body | The body of the request. |
| calendarId | Calendar identifier. |
| eventId | Event identifier. |
|
inlinevirtual |
Watch for changes to Events resources.
| body | The body of the request. |
| calendarId | Calendar identifier. |