calendar
v3
|
#include <calendar_service.h>
Public Member Functions | |
CalendarsResource (CalendarService *service) | |
~CalendarsResource () | |
CalendarsResource_ClearMethod * | NewClearMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id) const |
CalendarsResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id) const |
CalendarsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id) const |
CalendarsResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const Calendar &_content_) const |
CalendarsResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id, const Calendar &_content_) const |
CalendarsResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &calendar_id, const Calendar &_content_) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
[in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
CalendarsResource_ClearMethod * google_calendar_api::CalendarService::CalendarsResource::NewClearMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | calendar_id | ||
) | const |
Creates a new CalendarsResource_ClearMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | calendar_id | Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. |
Execute
the method instance, then destroy it when they are finished. CalendarsResource_DeleteMethod * google_calendar_api::CalendarService::CalendarsResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | calendar_id | ||
) | const |
Creates a new CalendarsResource_DeleteMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | calendar_id | Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. |
Execute
the method instance, then destroy it when they are finished. CalendarsResource_GetMethod * google_calendar_api::CalendarService::CalendarsResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | calendar_id | ||
) | const |
Creates a new CalendarsResource_GetMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | calendar_id | Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. |
Execute
the method instance, then destroy it when they are finished. CalendarsResource_InsertMethod * google_calendar_api::CalendarService::CalendarsResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
const Calendar & | _content_ | ||
) | const |
Creates a new CalendarsResource_InsertMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | <em>content</em> | The data object to insert. |
Execute
the method instance, then destroy it when they are finished. CalendarsResource_PatchMethod * google_calendar_api::CalendarService::CalendarsResource::NewPatchMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | calendar_id, | ||
const Calendar & | _content_ | ||
) | const |
Creates a new CalendarsResource_PatchMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | calendar_id | Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. |
[in] | <em>content</em> | The data object to patch. |
Execute
the method instance, then destroy it when they are finished. CalendarsResource_UpdateMethod * google_calendar_api::CalendarService::CalendarsResource::NewUpdateMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | calendar_id, | ||
const Calendar & | _content_ | ||
) | const |
Creates a new CalendarsResource_UpdateMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | calendar_id | Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. |
[in] | <em>content</em> | The data object to update. |
Execute
the method instance, then destroy it when they are finished.