class Place::RoomBookingApprovalAltnerative

Defined in:

place/room_booking_approval_alternate.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.driver_interface : String #

Instance Method Detail

def accept_event(calendar_id : String, event_id : String, user_id : String | Nil = nil, notify : Bool | Nil = nil, comment : String | Nil = nil) #

[View source]
def building_id : String #

[View source]
def decline_event(calendar_id : String, event_id : String, user_id : String | Nil = nil, notify : Bool | Nil = nil, comment : String | Nil = nil) #

[View source]
def find_bookings_for_approval : Hash(String, Array(PlaceCalendar::Event)) #

[View source]
def get_building_id #

Finds the building ID for the current location services object


[View source]
def get_systems_list #

Grabs the list of systems in the building


[View source]
def on_load #

[View source]
def on_update #

[View source]
def systems : Hash(String, Array(String)) #

[View source]