class Place::Calendar
Included Modules
Defined in:
place/calendar.cr
Class Method Summary
accept_event(calendar_id : String, event_id : String, user_id : String | Nil = nil, notify : Bool = false, comment : String | Nil = nil)
accept_event,
access_token(user_id : String | Nil = nil)
access_token,
calendar_service_name
calendar_service_name,
create_event(title : String, event_start : Int64, event_end : Int64 | Nil = nil, description : String = "", attendees : Array(PlaceCalendar::Event::Attendee) = [] of ::PlaceCalendar::Event::Attendee, location : String | Nil = nil, timezone : String | Nil = nil, user_id : String | Nil = nil, calendar_id : String | Nil = nil, online_meeting_id : String | Nil = nil, online_meeting_provider : String | Nil = nil, online_meeting_url : String | Nil = nil, online_meeting_sip : String | Nil = nil, online_meeting_phones : Array(String) | Nil = nil, online_meeting_pin : String | Nil = nil)
create_event,
create_notifier(resource : String, notification_url : String, expiration_time : Int64, client_secret : String | Nil = nil, lifecycle_notification_url : String | Nil = nil) : PlaceCalendar::Subscription
create_notifier,
decline_event(calendar_id : String, event_id : String, user_id : String | Nil = nil, notify : Bool = false, comment : String | Nil = nil)
decline_event,
delete_event(calendar_id : String, event_id : String, user_id : String | Nil = nil, notify : Bool = false, comment : String | Nil = nil)
delete_event,
delete_notifier(subscription : PlaceCalendar::Subscription) : Nil
delete_notifier,
generate_png_qrcode(text : String, size : Int32 = 128) : String
generate_png_qrcode,
generate_svg_qrcode(text : String) : String
generate_svg_qrcode,
get_event(calendar_id : String, event_id : String, user_id : String | Nil = nil)
get_event,
get_group(group_id : String)
get_group,
get_groups(user_id : String)
get_groups,
get_members(group_id : String, next_page : String | Nil = nil)
get_members,
get_user(user_id : String)
get_user,
get_user_manager(user_id : String)
get_user_manager,
in_flight_size
in_flight_size,
list_calendars(user_id : String)
list_calendars,
list_events(calendar_id : String, period_start : Int64, period_end : Int64, time_zone : String | Nil = nil, user_id : String | Nil = nil, include_cancelled : Bool = false, ical_uid : String | Nil = nil)
list_events,
list_groups(query : String | Nil = nil, filter : String | Nil = nil)
list_groups,
list_users(query : String | Nil = nil, limit : Int32 | Nil = nil, filter : String | Nil = nil, next_page : String | Nil = nil)
list_users,
on_load
on_load,
on_unload
on_unload,
on_update
on_update,
queue_size
queue_size,
reauthorize_notifier(subscription : PlaceCalendar::Subscription, new_expiration_time : Int64 | Nil = nil) : PlaceCalendar::Subscription
reauthorize_notifier,
renew_notifier(subscription : PlaceCalendar::Subscription, new_expiration_time : Int64) : PlaceCalendar::Subscription
renew_notifier,
send_mail(to : String | Array(String), subject : String, message_plaintext : String | Nil = nil, message_html : String | Nil = nil, resource_attachments : Array(ResourceAttachment) = [] of ResourceAttachment, attachments : Array(Attachment) = [] of Attachment, cc : String | Array(String) = [] of String, bcc : String | Array(String) = [] of String, from : String | Array(String) | Nil = nil, reply_to : String | Array(String) | Nil = nil)
send_mail,
update_event(event : PlaceCalendar::Event, user_id : String | Nil = nil, calendar_id : String | Nil = nil)
update_event
Class Method Detail
def self.
driver_interface : String
#