Kalender
Update: * Termine Teilnehmer können nun beliebig hinzugefügt und entfernt werden
This commit is contained in:
@@ -478,6 +478,7 @@ class CalendarModel
|
||||
$type = ($r->type);
|
||||
$busy = ($r->busy);
|
||||
$users = ($r->users);
|
||||
$attendees = ($r->attendees);
|
||||
foreach ($users as $key => $value) {
|
||||
$user_id = $value;
|
||||
}
|
||||
@@ -587,6 +588,8 @@ class CalendarModel
|
||||
|
||||
$updateArray['attachments'] = $attachments;
|
||||
}
|
||||
if ($attendees)
|
||||
$updateArray['attendees'] = $attendees;
|
||||
$json_data = json_encode($updateArray);
|
||||
$data = [];
|
||||
$data['ms_user_id'] = $microsoft_user_id;
|
||||
|
||||
Reference in New Issue
Block a user