A resource represents an entity, such as a room or a staff member, that can be scheduled for use in a booking. The availability of a resource is tracked to ensure that it can be allocated at a requested time slot and to prevent double bookings.
Time in YYYY-MM-DDThh:mm:ss.sssZ format the resource was created.
Schedule containing the events for which the resource has been booked.
Extensions enabling users to save custom data related to the resource.
Resource ID.
Information about the location where the resource is available.
Name of the resource.
Revision number, which increments by 1 each time the resource is updated. To prevent conflicting changes, the current revision must be passed when updating the resource.
ID of the resource type.
Once a type has been set it can't be modified. You can create a resource without specifying a type. However, customers can't book such resources.
Time in YYYY-MM-DDThh:mm:ss.sssZ format the resource was last updated.
Information about the schedule specifying the working hours and locations of the resource.
Resources without a working hour schedule are available 24/7 at the locations
specified in the field locationOptions.
When both workingHoursSchedules and locationOptions are set,
workingHoursSchedules takes precedence.