Struct google_calendar3::Calendar [] [src]

pub struct Calendar {
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub description: Option<String>,
    pub id: Option<String>,
    pub time_zone: Option<String>,
    pub location: Option<String>,
    pub summary: 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").

ETag of the resource.

Description of the calendar. Optional.

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

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

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

Title of the calendar.

Trait Implementations

impl Debug for Calendar
[src]

Formats the value using the given formatter.

impl Clone for Calendar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Calendar
[src]

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

impl RequestValue for Calendar
[src]

impl Resource for Calendar
[src]

impl ResponseResult for Calendar
[src]