Resource Schedules

The following operations are available for this resource.

Http Verb Operation
Get EventsManagement/ResourceSchedules/{resourceScheduleId} Get a single resource schedule.
GET Method: Get, URL: EventsManagement/ResourceSchedules/{resourceScheduleId} Test

Get a single resource schedule.

GetAll EventsManagement/ResourceSchedules?resourceIds={resourceIds}&constituentIds={constituentIds}&typeIds={typeIds}&startDate={startDate}&endDate={endDate} Get a list of resource schedules for resources or workers. One of 'resourceIds' or 'constituentIds' parameters must be provided.
GET Method: GetAll, URL: EventsManagement/ResourceSchedules?resourceIds={resourceIds}&constituentIds={constituentIds}&typeIds={typeIds}&startDate={startDate}&endDate={endDate} Test

Get a list of resource schedules for resources or workers. One of 'resourceIds' or 'constituentIds' parameters must be provided.

Create EventsManagement/ResourceSchedules Create a Busy or Available resource schedule. Booking Assignment Schedules must be created in a booking.
POST Method: Create, URL: EventsManagement/ResourceSchedules Test

Create a Busy or Available resource schedule. Booking Assignment Schedules must be created in a booking.

Update EventsManagement/ResourceSchedules/{resourceScheduleId} Update a specific resource schedule. Only Busy or Available types can be updated.
PUT Method: Update, URL: EventsManagement/ResourceSchedules/{resourceScheduleId} Test

Update a specific resource schedule. Only Busy or Available types can be updated.

Delete EventsManagement/ResourceSchedules/{resourceScheduleId}?overrideConflicts={overrideConflicts} Delete a busy or available resource schedule. Booking Assignment Schedules must be deleted by updating their booking.
DELETE Method: Delete, URL: EventsManagement/ResourceSchedules/{resourceScheduleId}?overrideConflicts={overrideConflicts} Test

Delete a busy or available resource schedule. Booking Assignment Schedules must be deleted by updating their booking.