nextcloud-server/lib/public/Calendar
Christoph Wurst ca14c02301
Document and type allowed values for calendar property searches
For API users it looked like any properties could be searched. But it
turned out to be a hand picked list of properties that we index and then
use for the search. To prevent application errors where special props
are not found, I suggest we document and type the allowed values.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-11 10:57:04 +07:00
..
Exceptions Add create method to extended calendar implementation 2021-10-15 09:35:29 +07:00
Resource
Room
BackendTemporarilyUnavailableException.php
ICalendar.php Add Public Calendar Provider 2021-10-14 08:22:24 +07:00
ICalendarProvider.php Add IManager::getCalendarsForPrincipal API 2021-11-03 12:19:47 +07:00
ICalendarQuery.php Document and type allowed values for calendar property searches 2021-11-11 10:57:04 +07:00
ICreateFromString.php Add create method to extended calendar implementation 2021-10-15 09:35:29 +07:00
IManager.php Add IManager::getCalendarsForPrincipal API 2021-11-03 12:19:47 +07:00
IMetadataProvider.php