class Google::Calendar::Event
- Google::Calendar::Event
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
calendar/event.crConstructors
Instance Method Summary
- #anyone_can_add_self : Bool | Nil
- #anyone_can_add_self=(anyone_can_add_self : Bool | Nil)
- #attachments : Array(Attachment)
- #attachments=(attachments : Array(Attachment))
- #attendees : Array(Calendar::Attendee) | Nil
- #attendees=(attendees : Array(Calendar::Attendee) | Nil)
- #attendees_omitted : Bool | Nil
- #attendees_omitted=(attendees_omitted : Bool | Nil)
- #color_id : String | Nil
- #color_id=(color_id : String | Nil)
- #conference_data : ConferenceData | Nil
- #conference_data=(conference_data : ConferenceData | Nil)
- #created : Time | Nil
- #created=(created : Time | Nil)
- #creator : Calendar::Attendee | Nil
- #creator=(creator : Calendar::Attendee | Nil)
- #description : String | Nil
- #description=(description : String | Nil)
- #end : Calendar::GTime | Nil
- #end=(end __arg0 : Calendar::GTime | Nil)
- #end_time_unspecified : Bool | Nil
- #end_time_unspecified=(end_time_unspecified : Bool | Nil)
- #etag : String
- #etag=(etag : String)
- #extended_properties : Hash(String, Hash(String, String)) | Nil
- #extended_properties=(extended_properties : Hash(String, Hash(String, String)) | Nil)
- #guests_can_invite_others : Bool | Nil
- #guests_can_invite_others=(guests_can_invite_others : Bool | Nil)
- #guests_can_modify : Bool | Nil
- #guests_can_modify=(guests_can_modify : Bool | Nil)
- #guests_can_see_other_guests : Bool | Nil
- #guests_can_see_other_guests=(guests_can_see_other_guests : Bool | Nil)
- #hangout_link : String | Nil
- #hangout_link=(hangout_link : String | Nil)
- #html_link : String
- #html_link=(html_link : String)
- #ical_uid : String
- #ical_uid=(ical_uid : String)
- #id : String
- #id=(id : String)
- #kind : String
- #kind=(kind : String)
- #location : String | Nil
- #location=(location : String | Nil)
- #locked : Bool | Nil
- #locked=(locked : Bool | Nil)
- #online_meeting_id
- #online_meeting_phones
- #online_meeting_provider
- #online_meeting_sip
- #online_meeting_url
- #organizer : Calendar::Attendee | Nil
- #organizer=(organizer : Calendar::Attendee | Nil)
- #original_start_time : Calendar::GTime | Nil
- #original_start_time=(original_start_time : Calendar::GTime | Nil)
- #private_copy : Bool | Nil
- #private_copy=(private_copy : Bool | Nil)
- #recurrence : Array(String) | Nil
- #recurrence=(recurrence : Array(String) | Nil)
- #recurring_event_id : String | Nil
- #recurring_event_id=(recurring_event_id : String | Nil)
- #sequence : Int64 | Nil
- #sequence=(sequence : Int64 | Nil)
- #start : Calendar::GTime
- #start=(start : Calendar::GTime)
- #status : String | Nil
- #status=(status : String | Nil)
- #summary : String | Nil
- #summary=(summary : String | Nil)
- #transparency : String | Nil
- #transparency=(transparency : String | Nil)
- #updated : Time
- #updated=(updated : Time)
- #visibility : String | Nil
- #visibility=(visibility : String | Nil)
Constructor Detail
Instance Method Detail
def extended_properties=(extended_properties : Hash(String, Hash(String, String)) | Nil)
#