REvert invalid changes in calendar driver spec
This commit is contained in:
parent
36c20e8628
commit
f0181ab28f
1 changed files with 1 additions and 2 deletions
|
@ -61,11 +61,10 @@
|
||||||
* 'id' => 'Attachment identifier'
|
* 'id' => 'Attachment identifier'
|
||||||
* ),
|
* ),
|
||||||
* 'deleted_attachments' => array(), // array of attachment identifiers to delete when event is updated
|
* 'deleted_attachments' => array(), // array of attachment identifiers to delete when event is updated
|
||||||
* 'organizer' => array('name' => 'Organizer name', 'email' => ''),
|
|
||||||
* 'attendees' => array( // List of event participants
|
* 'attendees' => array( // List of event participants
|
||||||
* 'name' => 'Participant name',
|
* 'name' => 'Participant name',
|
||||||
* 'email' => 'Participant e-mail address', // used as identifier
|
* 'email' => 'Participant e-mail address', // used as identifier
|
||||||
* 'role' => 'REQ-PARTICIPANT|OPT-PARTICIPANT|CHAIR',
|
* 'role' => 'ORGANIZER|REQ-PARTICIPANT|OPT-PARTICIPANT|CHAIR',
|
||||||
* 'status' => 'NEEDS-ACTION|UNKNOWN|ACCEPTED|TENTATIVE|DECLINED'
|
* 'status' => 'NEEDS-ACTION|UNKNOWN|ACCEPTED|TENTATIVE|DECLINED'
|
||||||
* 'rsvp' => true|false,
|
* 'rsvp' => true|false,
|
||||||
* ),
|
* ),
|
||||||
|
|
Loading…
Add table
Reference in a new issue