Description
Each calendar has a collection of events related to it. Each resource is a calendar event.
| URI | <uri_calendrier>/evenements |
|---|---|
| Category | http://schemas.holydis.com/tsq/2010#affect_evenement_feed |
| Available for writing | No |
Elements
| Element | Description |
|---|---|
| title | Label. |
| actif | Indicates if the day must be taken into account. |
| dateDebut | Start date of the event. |
| dateFin | End date of the event. |
Examples of requests
Reading
Read all calendar events for the calendar whose database identifier is 26000
GET /[URI_de_base]/api/feed/calendriers/26000/evenements
Read the calendar events whose database identifier is 8000 for the calendar whose database identifier is 26000
GET /[URI_de_base]/api/feed/calendriers/26000/evenements/8000
Example of XML request results
Example of JSON request results
Comments
0 comments
Please sign in to leave a comment.