Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F118199560
D530.1775673879.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
969 B
Referenced Files
None
Subscribers
None
D530.1775673879.diff
View Options
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
@@ -664,8 +664,13 @@
// create tags reflecting participant status
if (is_array($object['attendees'])) {
foreach ($object['attendees'] as $attendee) {
- if (!empty($attendee['email']) && !empty($attendee['status']))
- $tags[] = 'x-partstat:' . $attendee['email'] . ':' . strtolower($attendee['status']);
+ if (!empty($attendee['email']) && !empty($attendee['status'])) {
+ if ($attendee['email'] != $object['organizer']['email']) {
+ $tags[] = 'x-partstat:' .
+ $attendee['email'] . ':' .
+ strtolower($attendee['status']);
+ }
+ }
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 8, 6:44 PM (1 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18848097
Default Alt Text
D530.1775673879.diff (969 B)
Attached To
Mode
D530: Avoid setting a missing status for an apparent attendee, with no actual attendee record (such as the organizer), to 'declined'
Attached
Detach File
Event Timeline