Allow SCHEDULE-STATUS parameter for ORGANIZER properties
This commit is contained in:
parent
a7f11c89ea
commit
6c0d0f8d5e
1 changed files with 1 additions and 1 deletions
|
@ -1153,7 +1153,7 @@ class libvcalendar implements Iterator
|
|||
|
||||
if ($event['organizer']) {
|
||||
$ve->add('ORGANIZER', 'mailto:' . $event['organizer']['email'],
|
||||
array_filter(self::map_keys($event['organizer'], array('name' => 'CN'))));
|
||||
array_filter(self::map_keys($event['organizer'], array('name' => 'CN', 'schedule-status' => 'SCHEDULE-STATUS'))));
|
||||
}
|
||||
|
||||
foreach ((array)$event['url'] as $url) {
|
||||
|
|
Loading…
Add table
Reference in a new issue