struct

Google::Calendar::V3::Events

Inherits Google::API < Struct < Value < Object

Instance methods

get(calendar_id : String, id : String, token : String)
Source
get(path : String, token : String, as type : T.class = JSON::Any) forall T
Source
insert(*, calendar_id : String = "primary", start starts_at : Time, end ends_at : Time, summary : String | Nil = nil, description : String | Nil = nil, attachments : Array(URI) | Nil = nil, attendees : Array(Attendee) | Nil = nil, send_updates : SendUpdates | Nil = nil, visibility : Event::Visibility | Nil = nil, status : Event::Status | Nil = nil, token : String)
Source
list(calendar : Calendar | CalendarList::Entry, token : String, *, page_size : Int32 | String | Nil = nil, time_min : Time | Nil = nil, time_max : Time | Nil = nil, time_zone : String = "", single_events : Bool | Nil = nil)
Source
list(calendar_id : String, token : String, *, page_size : Int32 | String | Nil = nil, time_min : Time | Nil = nil, time_max : Time | Nil = nil, time_zone : String = "", single_events : Bool | Nil = nil)
Source

Nested types