Google::Calendar::V3::Events
Inherits Google::API < Struct < Value < Object
Instance methods
get(calendar_id : String, id : String, token : String)
Sourceget(path : String, token : String, as type : T.class = JSON::Any) forall T
Sourceinsert(*, 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