Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F16764702
D4893.id14031.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
717 B
Referenced Files
None
Subscribers
None
D4893.id14031.diff
View Options
diff --git a/lib/kolab_sync_data_calendar.php b/lib/kolab_sync_data_calendar.php
--- a/lib/kolab_sync_data_calendar.php
+++ b/lib/kolab_sync_data_calendar.php
@@ -691,7 +691,11 @@
}
// extract event from the invitation
- [$event, $existing] = $this->get_event_from_invitation($request);
+ try {
+ [$event, $existing] = $this->get_event_from_invitation($request);
+ } catch (Exception $e) {
+ throw new Syncroton_Exception_Status_MeetingResponse(Syncroton_Exception_Status_MeetingResponse::MEETING_ERROR);
+ }
/*
switch ($status) {
case 'ACCEPTED': $event['free_busy'] = 'busy'; break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 9, 11:00 PM (19 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
10202648
Default Alt Text
D4893.id14031.diff (717 B)
Attached To
Mode
D4893: Convert to an exception that is caught in the MeetingResponse command
Attached
Detach File
Event Timeline
Log In to Comment