Struct google_calendar3::Calendar[][src]

pub struct Calendar {
    pub kind: Option<String>,
    pub description: Option<String>,
    pub conference_properties: Option<ConferenceProperties>,
    pub summary: Option<String>,
    pub etag: Option<String>,
    pub location: Option<String>,
    pub time_zone: Option<String>,
    pub id: Option<String>,
}

There is no detailed description.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Type of the resource ("calendar#calendar").

Description of the calendar. Optional.

Conferencing properties for this calendar, for example what types of conferences are allowed.

Title of the calendar.

ETag of the resource.

Geographic location of the calendar as free-form text. Optional.

The time zone of the calendar. (Formatted as an IANA Time Zone Database name, e.g. "Europe/Zurich".) Optional.

Identifier of the calendar. To retrieve IDs call the calendarList.list() method.

Trait Implementations

impl Default for Calendar
[src]

Returns the "default value" for a type. Read more

impl Clone for Calendar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Calendar
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Calendar
[src]

impl Resource for Calendar
[src]

impl ResponseResult for Calendar
[src]

Auto Trait Implementations

impl Send for Calendar

impl Sync for Calendar