REvert invalid changes in calendar driver spec

This commit is contained in:
Thomas 2011-08-22 19:22:53 +02:00
parent 36c20e8628
commit f0181ab28f

View file

@ -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,
* ),