The CalendarSet is a set of calendars. Useful when a group has many calendars and some of them do share the same topics.
For example, a «Face beauty» CalendarSet can be created, with inside it the calendars of people doing these kind of services.
The calendarsets are optional. A group can have several calendarsets, and the calendars can belong to one of the calendarsets or to none of them.
POST /api/v1/groups/:group_id/calendarsets?apikey=xxxxxx
{
"calendarset": {
"group_id": 4,
"name": "Calendarset de test"
}
}
GET /api/v1/groups/:group_id/calendarsets
PUT /api/v1/groups/:group_id/calendarsets/:calendarset_id?apikey=xxxxxx
{
"calendarset": {
"publicname": "Calendarset available on Internet"
}
}
DELETE /api/v1/groups/:group_id/calendarsets/:calendarset_id
GET /api/v1/groups/:group_id/calendarsets/:calendarset_id/interventionsets
GET /api/v1/groups/:group_id/calendarsets/:calendarset_id/interventions