class Place::RoomBookingApproval
- Place::RoomBookingApproval
- PlaceOS::Driver
- Reference
- Object
Defined in:
place/room_booking_approval.crClass Method Summary
Instance Method Summary
- #accept_event(calendar_id : String, event_id : String, user_id : String | Nil = nil, notify : Bool = false, comment : String | Nil = nil)
- #building_id : String
- #decline_event(calendar_id : String, event_id : String, user_id : String | Nil = nil, notify : Bool = false, comment : String | Nil = nil)
- #find_bookings_for_approval : Hash(String, Array(PlaceCalendar::Event))
-
#get_building_id
Finds the building ID for the current location services object
-
#get_systems_list
Grabs the list of systems in the building
- #on_load
- #on_update
- #systems : Hash(String, Array(String))
Class Method Detail
Instance Method Detail
def accept_event(calendar_id : String, event_id : String, user_id : String | Nil = nil, notify : Bool = false, comment : String | Nil = nil)
#
def decline_event(calendar_id : String, event_id : String, user_id : String | Nil = nil, notify : Bool = false, comment : String | Nil = nil)
#