aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Calendar
Commit message (Expand)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2023-01-2015-15/+0
* Add description for calendar uriChristopher Ng2022-11-091-0/+1
* Move iMIP to it's own interfaceAnna Larch2022-11-032-7/+48
* Add isDeleted property to OCP\Calendar\ICalendarThomas Citharel2022-10-031-0/+6
* Add typings to OCP\Calendar\ICalendar and implementationThomas Citharel2022-10-031-8/+8
* Support iMIP invitations from MailAnna Larch2022-08-222-0/+23
* Various minor updatesChristopher Ng2022-03-021-1/+1
* Calendar export and importChristopher Ng2022-03-021-0/+5
* Move calendar resource/room backend registration to IBootstrapChristoph Wurst2022-02-072-4/+18
* Document and type allowed values for calendar property searchesChristoph Wurst2021-11-111-0/+57
* Add IManager::getCalendarsForPrincipal APIChristoph Wurst2021-11-032-3/+12
* Add create method to extended calendar implementationAnna Larch2021-10-152-0/+74
* Add Public Calendar ProviderAnna Larch2021-10-144-0/+159
* Use IRoomMetadata as source of truth for supported room typesRichard Steinmetz2021-09-211-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0412-24/+12
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-0/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-2/+2
* Remove @package annotations from public namespaceJulius Härtl2020-08-2611-11/+0
* Update license headers for 19Christoph Wurst2020-04-293-0/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-0/+2
* Update license headersChristoph Wurst2019-12-0512-12/+12
* Add standard metadata key for room-featuresGeorg Ehrke2019-08-021-0/+17
* Provide standard metadata keys for contact person of a resourceGeorg Ehrke2019-08-011-0/+15
* Provide standard metadata keys for location of roomGeorg Ehrke2019-08-011-0/+21
* sync metadata of rooms / resources with cacheGeorg Ehrke2019-08-011-1/+1
* Add \OCP\Calendar\IMetadataProvider interface and provider for common metadat...Georg Ehrke2019-08-014-4/+229
* adjust Calendar resource / room interfaces to use class implementationGeorg Ehrke2018-10-082-12/+12
* Calendar resource booking: unit tests / adding missing annotationsGeorg Ehrke2018-06-255-0/+26
* periodically query calendar resource / room backends for updated resource / r...Georg Ehrke2018-06-255-0/+46
* update resource booking interfaces and add managersGeorg Ehrke2018-06-256-14/+166
* add resource and room interfacesGeorg Ehrke2018-06-254-0/+250
* Public interfaces for calendar APIGeorg Ehrke2017-11-092-0/+192