@activitypods/events
v2.0.0-alpha.11
Published
ActivityPods app for events
Readme
Events App
An ActivityPods app to handle events.
Services
Dependencies
Containers
/eventswith the events created by the user or to whom he has been invited
Collections
Attached to all events:
/announceswith the list of actors who have been invited to the event/announcerswith the list of actors who are allowed to invite to the event/attendeeswith the list of actors who are attending the event (including the organizer)
Ontology
- The ActivityStreams ontology should be used to describe the events.
- The Dublin Core Metadata ontology's
creatorpredicate is used to find who is the creator of the event.
Handled activities
Join event
{
"type": "Join",
"object": {
"type": "Event"
}
}Emitter's side effects
- None
Recipients' side effects
- The recipients are added to the
/attendeescollection - A notification is sent to the organizer
Leave event
{
"type": "Leave",
"object": {
"type": "Event"
}
}Emitter's side effects
- None
Recipients' side effects
- The recipients are removed from the
/attendeescollection - A notification is sent to the organizer
