You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/calender-api-feed.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,8 @@ By default, the three endpoints should return data as follows:
53
53
* The `id` (Mapping key: RESOURCE_ID) should be unique for the resource.
54
54
* The `locationId` (Mapping key: RESOURCE_LOCATION_ID) is the id of the location the resource belongs to.
55
55
* The `displayName` (Mapping key: RESOURCE_DISPLAY_NAME) is the name the resource is presented by in templates and admin.
56
-
* The `includedInEvents` (Mapping key: RESOURCE_INCLUDED_IN_EVENTS) determines if the resource is included in the events endpoint.
56
+
* The `includedInEvents` (Mapping key: RESOURCE_INCLUDED_IN_EVENTS) determines if the resource is included in the events
57
+
endpoint.
57
58
This property can be excluded in the data. If this is the case, it defaults to `true`.
58
59
59
60
### Events
@@ -78,8 +79,10 @@ By default, the three endpoints should return data as follows:
78
79
```
79
80
80
81
* The `title` (Mapping key: EVENT_TITLE) is the title of the event.
81
-
* The `startTime` (Mapping key: EVENT_START_TIME) is the start time of the event. Should be formatted as an `ISO 8601 date`, e.g. `2004-02-15T15:00:00+02:00`.
82
-
* The `endTime` (Mapping key: EVENT_END_TIME) is the end time of the event. Should be formatted as an `ISO 8601 date`, e.g. `2004-02-15T15:30:00+02:00`.
82
+
* The `startTime` (Mapping key: EVENT_START_TIME) is the start time of the event.
83
+
Should be formatted as an `ISO 8601 date`, e.g. `2004-02-15T15:00:00+02:00`.
84
+
* The `endTime` (Mapping key: EVENT_END_TIME) is the end time of the event.
85
+
Should be formatted as an `ISO 8601 date`, e.g. `2004-02-15T15:30:00+02:00`.
83
86
* The `resourceDisplayName` (Mapping key: EVENT_RESOURCE_ID) is display name of the resource the event belongs to.
84
87
* The `resourceId` (Mapping key: EVENT_RESOURCE_DISPLAY_NAME) is the id of the resource the event belongs to.
0 commit comments