Attendees Collection
Every Event
MAY have an attendees
collection. This is a list of all actor
s that meet one or more of the following conditions, added as a side effect.
- The actor has sent a
Join
activity with this object as theobject
property that has been answered with anAccept
. - The actor has responded to an
Invite
activity from theEvent
‘s owner (where the Event is specified as theobject
property) with anAccept
activity.
The attendees
collection MUST be either an OrderedCollection
or a Collection
and MAY be filtered on privileges of an authenticated user or as appropriate when no authentication is given. This collection SHOULD have the totalItems
set in any case.
Organizer Collection
following soon.