Event Reservation

An Event Reservation connects a User to an Event. You must have the scheduling ConventionPrivilege to access this.

Properties

See "Object Properties" in Introduction for basic shared properties.

Complete details in EventReservationProperties.

Related Objects

See "Related Objects" in Introduction for how to use them.

event

The Event this reservation is for.

user

The User this event reservation belongs to.

Services

The services used to fetch and manipulate event reservations.

Create Event Reservation

See Event for this service.

Read Event Reservation

Event Reservations are requested through the Event. See Event.

Update Event Reservation

Event Reservations cannot be updated, only created and deleted.

Delete Event Reservation

 DELETE /api/eventreservation/xxx

Returns:

 {
   "success" : 1
 }