struct Google::Calendar::V3::Events
- Google::Calendar::V3::Events
- Google::API
- Struct
- Value
- Object
Defined in:
calendar/v3/events.crInstance Method Summary
- #get(calendar_id : String, id : String, token : String)
- #get(path : String, token : String, as type : T.class = JSON::Any) forall T
- #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)
- #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)
- #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)
Instance methods inherited from struct Google::API
client : Client
client
Constructor methods inherited from struct Google::API
new(client : Google::Client)
new
Macros inherited from struct Google::API
discover(url)
discover
Instance Method Detail
def 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)
#
def 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)
#
def 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)
#