* Generelle Updates
This commit is contained in:
Daniel Spitzer
2024-11-10 21:38:46 +01:00
parent 0e81ecdc88
commit 612a7fbb67
+1
View File
@@ -249,6 +249,7 @@ class CalendarModel
$Allcalendar[$value->user->name] = $key; $Allcalendar[$value->user->name] = $key;
} }
$Allcalendar['Daniel Whoknows'] = 2; $Allcalendar['Daniel Whoknows'] = 2;
$Allcalendar['Stefan Plaschg'] = 26;
$res = $dbcal->select("cal_events", "id, uuid, calendar_id, user_id, start_time, end_time, timezone, all_day_event, name, description, location, repeat_end_time, reminder, ctime, mtime, muser_id, busy, status, resource_event_id, private, rrule, background, files_folder_id, read_only, category_id, exception_for_event_id, recurrence_id, is_organizer,event_type,customer,customer_info,customer_info_send,customer_info_reminder,busy,attendees,organizer,is_organizer,accepted", "1=1 AND id='" . $id . "' ORDER BY id"); $res = $dbcal->select("cal_events", "id, uuid, calendar_id, user_id, start_time, end_time, timezone, all_day_event, name, description, location, repeat_end_time, reminder, ctime, mtime, muser_id, busy, status, resource_event_id, private, rrule, background, files_folder_id, read_only, category_id, exception_for_event_id, recurrence_id, is_organizer,event_type,customer,customer_info,customer_info_send,customer_info_reminder,busy,attendees,organizer,is_organizer,accepted", "1=1 AND id='" . $id . "' ORDER BY id");
if ($dbcal->num_rows($res)) { if ($dbcal->num_rows($res)) {
$data = $dbcal->fetch_array($res); $data = $dbcal->fetch_array($res);