RESOURCES_BOOKING_PLAN_START_HOUR . ':00'; $max_time = Config::get()->RESOURCES_BOOKING_PLAN_END_HOUR . ':00'; } ?>
name) ?>
$scheduler_resources, 'resourceLabelText' => _('Raum'), 'editable' => true, 'selectable' => $all_rooms_booking_rights, 'studip_urls' => $fullcalendar_studip_urls, 'slotMinTime' => $min_time, 'slotMaxTime' => $max_time, 'allDaySlot' => false, 'headerToolbar' => [ 'start' => '', 'center' => 'title', 'end' => 'prev,next' ], 'slotLabelFormat' => [ ['hour'=> '2-digit', 'hour12' => false] ], 'initialView' => \Studip\Fullcalendar::GROUP_DAY, 'initialDate' => Request::get("defaultDate"), 'eventSources' => [ [ 'url' => URLHelper::getLink( 'dispatch.php/resources/ajax/get_clipboard_booking_plan/' . $clipboard->id ), 'method' => 'GET', 'extraParams' => [ 'booking_types' => $booking_types, 'display_requests' => 1, 'display_all_requests' => $display_all_requests ? 1 : 0 ] ] ], 'confirm' => ( UserConfig::get($GLOBALS['user']->id)->RESOURCES_CONFIRM_PLAN_DRAG_AND_DROP ? [ 'drop' => _('Wollen Sie die Buchung wirklich ändern?') ] : [] ) ], ['class' => 'resource-plan room-group-booking-plan'], 'resources-fullcalendar' ) ?>