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'
|
||||
* ),
|
||||
* '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
|
||||
* 'name' => 'Participant name',
|
||||
* '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'
|
||||
* 'rsvp' => true|false,
|
||||
* ),
|
||||
|
|
Loading…
Add table
Reference in a new issue