Page MenuHomePhorge

D527.1775390274.diff
No OneTemporary

Authored By
Unknown
Size
816 B
Referenced Files
None
Subscribers
None

D527.1775390274.diff

diff --git a/plugins/libkolab/lib/kolab_format_xcal.php b/plugins/libkolab/lib/kolab_format_xcal.php
--- a/plugins/libkolab/lib/kolab_format_xcal.php
+++ b/plugins/libkolab/lib/kolab_format_xcal.php
@@ -171,6 +171,15 @@
'delegated-from' => $delegators,
'delegated-to' => $delegatees,
);
+ } else {
+ $object['attendees'][] = array(
+ 'role' => 'ORGANIZER',
+ 'cutype' => 'REQ-PARTICIPANT',
+ 'status' => $object['status'] == 'CANCELLED' ? 'DECLINED' : 'ACCEPTED',
+ 'rsvp' => false,
+ 'email' => $object['organizer']['email'],
+ 'name' => $object['organizer']['name']
+ );
}
}

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 5, 11:57 AM (1 d, 20 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18833386
Default Alt Text
D527.1775390274.diff (816 B)

Event Timeline