pub async fn request_booking(
__arg0: State<CaldavAvailability>,
body: Json<BookingRequest>,
) -> SchedulerResult<StatusCode>
Expand description
Attempt to reserve a time slot in the booked calendar This will fail if the slot is not available