Struct google_calendar3::EventOrganizer [] [src]

pub struct EventOrganizer {
    pub self_: Option<bool>,
    pub display_name: Option<String>,
    pub email: Option<String>,
    pub id: Option<String>,
}

The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in attendees with the organizer field set to True. To change the organizer, use the move operation. Read-only, except when importing an event.

This type is not used in any activity, and only used as part of another schema.

Fields

Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.

The organizer's name, if available.

The organizer's email address, if available. It must be a valid email address as per RFC5322.

The organizer's Profile ID, if available. It corresponds to theid field in the People collection of the Google+ API

Trait Implementations

impl Default for EventOrganizer
[src]

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

impl Clone for EventOrganizer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventOrganizer
[src]

Formats the value using the given formatter.

impl NestedType for EventOrganizer
[src]

impl Part for EventOrganizer
[src]