The event objects describe community events added to OfficeRnD Hybrid.
You can retrieve an individual event as well as query all the events by location, team or employee.
Here is the list of the event object properties:
Event
Property | Type | Required | Description |
---|---|---|---|
start | date | true | The start date and time of the event. |
end | date | true | The end date and time of the event. |
office | Location | true | A reference to the location the invoiced is issued by. |
team | Team | false | A reference to the team that organizes the event. |
member | Employee | false | A reference to the employee that organizes the event. |
title | string | false | A brief title of the event. |
description | string | false | A detailed description of the event. |
where | string | false | Additional information for the location of the event. |
timezone | string | false | The timezone of the event. |
image | string | false | A url to an image for the event. |
limit | number | false | The number of participants that this event will host. |