Meeting
extends Item.
Meeting is based on the vEvent object in the iCalendar format as described in RFC 2445 (HTML).
Reference implementation: iCal4j.
| summary | String | |
| description | String | |
| agenda | Document | (added) |
| minutes | Document | (added) |
| material | Collection <> | (added) |
| comments | Collection <> | |
| start | Date | |
| end | Date | |
| location | Address | |
| status | { TENTATIVE, CONFIRMED, CANCELLED } | |
| organizer | Contact | |
| attendees | Collection <> | |
| lastMeeting | Meeting | (added) |
| nextMeeting | Meeting | (added) |
| Attendee | ||
|---|---|---|
| attendee | Contact | |
| role | { CHAIR, REQ-PARTICIPANT, OPT-PARTICIPANT, NON-PARTICIPANT } | ROLE |
| status | { NEEDS-ACTION, ACCEPTED, DECLINED, TENTATIVE, DELEGATED } | PARTSTAT |
| delagatedTo | Attendee | delegateTo |
| delagatedFrom | Attendee | delegateFrom |
No comments:
Post a Comment