#include <calendar.h>
◆ Calendar() [1/2]
| google_calendar_api::Calendar::Calendar |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ Calendar() [2/2]
| google_calendar_api::Calendar::Calendar |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~Calendar()
| google_calendar_api::Calendar::~Calendar |
( |
| ) |
|
|
virtual |
◆ clear_conference_properties()
| void google_calendar_api::Calendar::clear_conference_properties |
( |
| ) |
|
|
inline |
Clears the 'conferenceProperties' attribute.
◆ clear_description()
| void google_calendar_api::Calendar::clear_description |
( |
| ) |
|
|
inline |
Clears the 'description' attribute.
◆ clear_etag()
| void google_calendar_api::Calendar::clear_etag |
( |
| ) |
|
|
inline |
Clears the 'etag' attribute.
◆ clear_id()
| void google_calendar_api::Calendar::clear_id |
( |
| ) |
|
|
inline |
Clears the 'id' attribute.
◆ clear_kind()
| void google_calendar_api::Calendar::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind' attribute.
◆ clear_location()
| void google_calendar_api::Calendar::clear_location |
( |
| ) |
|
|
inline |
Clears the 'location' attribute.
◆ clear_summary()
| void google_calendar_api::Calendar::clear_summary |
( |
| ) |
|
|
inline |
Clears the 'summary' attribute.
◆ clear_time_zone()
| void google_calendar_api::Calendar::clear_time_zone |
( |
| ) |
|
|
inline |
Clears the 'timeZone' attribute.
◆ get_conference_properties()
Get a reference to the value of the 'conferenceProperties' attribute.
◆ get_description()
| const StringPiece google_calendar_api::Calendar::get_description |
( |
| ) |
const |
|
inline |
Get the value of the 'description' attribute.
◆ get_etag()
| const StringPiece google_calendar_api::Calendar::get_etag |
( |
| ) |
const |
|
inline |
Get the value of the 'etag' attribute.
◆ get_id()
| const StringPiece google_calendar_api::Calendar::get_id |
( |
| ) |
const |
|
inline |
Get the value of the 'id' attribute.
◆ get_kind()
| const StringPiece google_calendar_api::Calendar::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind' attribute.
◆ get_location()
| const StringPiece google_calendar_api::Calendar::get_location |
( |
| ) |
const |
|
inline |
Get the value of the 'location' attribute.
◆ get_summary()
| const StringPiece google_calendar_api::Calendar::get_summary |
( |
| ) |
const |
|
inline |
Get the value of the 'summary' attribute.
◆ get_time_zone()
| const StringPiece google_calendar_api::Calendar::get_time_zone |
( |
| ) |
const |
|
inline |
Get the value of the 'timeZone' attribute.
◆ GetTypeName()
| const StringPiece google_calendar_api::Calendar::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_conference_properties()
| bool google_calendar_api::Calendar::has_conference_properties |
( |
| ) |
const |
|
inline |
Determine if the 'conferenceProperties' attribute was set.
- Returns
- true if the '
conferenceProperties' attribute was set.
◆ has_description()
| bool google_calendar_api::Calendar::has_description |
( |
| ) |
const |
|
inline |
Determine if the 'description' attribute was set.
- Returns
- true if the '
description' attribute was set.
◆ has_etag()
| bool google_calendar_api::Calendar::has_etag |
( |
| ) |
const |
|
inline |
Determine if the 'etag' attribute was set.
- Returns
- true if the '
etag' attribute was set.
◆ has_id()
| bool google_calendar_api::Calendar::has_id |
( |
| ) |
const |
|
inline |
Determine if the 'id' attribute was set.
- Returns
- true if the '
id' attribute was set.
◆ has_kind()
| bool google_calendar_api::Calendar::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind' attribute was set.
- Returns
- true if the '
kind' attribute was set.
◆ has_location()
| bool google_calendar_api::Calendar::has_location |
( |
| ) |
const |
|
inline |
Determine if the 'location' attribute was set.
- Returns
- true if the '
location' attribute was set.
◆ has_summary()
| bool google_calendar_api::Calendar::has_summary |
( |
| ) |
const |
|
inline |
Determine if the 'summary' attribute was set.
- Returns
- true if the '
summary' attribute was set.
◆ has_time_zone()
| bool google_calendar_api::Calendar::has_time_zone |
( |
| ) |
const |
|
inline |
Determine if the 'timeZone' attribute was set.
- Returns
- true if the '
timeZone' attribute was set.
◆ mutable_conferenceProperties()
Gets a reference to a mutable value of the 'conferenceProperties' property.
Conferencing properties for this calendar, for example what types of conferences are allowed.
- Returns
- The result can be modified to change the attribute value.
◆ New()
| Calendar * google_calendar_api::Calendar::New |
( |
| ) |
|
|
static |
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_description()
| void google_calendar_api::Calendar::set_description |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'description' attribute.
Description of the calendar. Optional.
- Parameters
-
◆ set_etag()
| void google_calendar_api::Calendar::set_etag |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'etag' attribute.
ETag of the resource.
- Parameters
-
◆ set_id()
| void google_calendar_api::Calendar::set_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'id' attribute.
Identifier of the calendar. To retrieve IDs call the calendarList.list() method.
- Parameters
-
◆ set_kind()
| void google_calendar_api::Calendar::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind' attribute.
Type of the resource ("calendar#calendar").
- Parameters
-
◆ set_location()
| void google_calendar_api::Calendar::set_location |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'location' attribute.
Geographic location of the calendar as free-form text. Optional.
- Parameters
-
◆ set_summary()
| void google_calendar_api::Calendar::set_summary |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'summary' attribute.
Title of the calendar.
- Parameters
-
◆ set_time_zone()
| void google_calendar_api::Calendar::set_time_zone |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'timeZone' attribute.
The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional.
- Parameters
-
The documentation for this class was generated from the following files:
- google/calendar_api/calendar.h
- google/calendar_api/calendar.cc