API Docs Help

Afficher les évènements d'un calendrier

POST method/calendars/{calendarUuid}/events

Request parameters

1ee61039-98b0-6cc0-bf05-7775b4583086
{ "start": "24/01/2024 00:00", "end": "24/01/2024 23:59", "calendar": null }
{ "start": "date de début de recherche (d/m/Y H:i)", "end": "date de fin de recherche (d/m/Y H:i)", "calendar": "id du calendrier où faire la recherche (optionel)" }

Responses

[ { "title": "🚔🚨Dispatch", "description": "", "start": "2023-12-06 21:30", "end": "2023-12-06 21:45", "allDay": false, "color": "#26c9fc", "calendar": "🚔LSPD" }, { "title": "🚔🚨Dispatch", "description": "", "start": "2023-12-07 21:30", "end": "2023-12-07 21:45", "allDay": false, "color": "#26c9fc", "calendar": "🚔LSPD" } ]
[ { "title": "titre", "description": "description", "start": "date de début (yyyy-mm-dd HH:ii)", "end": "date de fin (yyyy-mm-dd HH:ii)", "allDay": true|false, "color": "#color", "calendar": "nom du calendrier (null si aucun)" } ]
Last modified: 02 juin 2024