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
Modified server api. Dates are stored in calendar events, REST methods no more provided for them. Occurencies can still be count by /occurencies/... GET method
| #calendarTypes | /calendarTypes/:id? |[id](#objects),<br/><hr/> name |
57
57
| #calendars<sup>extensible</sup> | /calendars/:id? |[id](#objects), <br/><hr/> [typeId](#calendarTypes), <br/> name,<br>**...**|_typeId determines calendar type._, _This entity can be extended._|
58
-
| #calendarEvents<sup>extensible</sup> | /calendarEvents/:id? |[id](#objects),<hr/>[calendarId](#calendars),<br/>name,<br/> description, **...**|_this entity can be extended.__The [calendar type](#calendarTypes) determines the type of event._|
58
+
| #calendarEvents<sup>extensible</sup> | /calendarEvents/:id? |[id](#objects),<hr/>[calendarId](#calendars),<br/>name,<br/>[dates](#dates)<br/> description, **...**|_this entity can be extended.__The [calendar type](#calendarTypes) determines the type of event._|
| #dates<sup>extensible</sup>|No url provided. These VO are included in calendarEvent entity|[eventId](#eventId),<br/> $type,<br/>isExcept,<br/> **...**||
0 commit comments