aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Calendar
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-2/+2
* feat(dav): Add an API for upcoming eventsChristoph Wurst2024-08-131-0/+1
* feat: implement public OCP api to update resources and roomsRichard Steinmetz2024-05-273-0/+425
* chore: Add SPDX headerAndy Scherzinger2024-05-244-82/+8
* fix(CalDAV): Check if the vObject exists before attempting any operationsAnna Larch2023-08-281-3/+22
* fix(caldav): Assign initial value to typed CalendarQuery propertiesChristoph Wurst2023-07-201-3/+3
* Refactors lib/private/Calendar.Faraz Samapoor2023-06-254-99/+69
* composer run cs:fixCôme Chilliet2023-01-202-2/+0
* Move iMIP to it's own interfaceAnna Larch2022-11-031-2/+4
* Fix various errors in iMIP logicAnna Larch2022-09-081-1/+16
* Support iMIP invitations from MailAnna Larch2022-08-221-2/+151
* Move calendar resource/room backend registration to IBootstrapChristoph Wurst2022-02-072-22/+78
* Fix initialization of calendar search URIsChristoph Wurst2021-11-111-2/+5
* Add IManager::getCalendarsForPrincipal APIChristoph Wurst2021-11-031-5/+12
* Build instances of the calendar providers before using themChristoph Wurst2021-10-141-4/+31
* Add Public Calendar ProviderAnna Larch2021-10-142-1/+173
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-6/+3
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-3/+3
* Update license headers for 19Christoph Wurst2020-04-293-0/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-7/+7
* Update license headersChristoph Wurst2019-12-053-3/+5
* RoomManager/ResourceManager: Inject IServerContainer instead of using OC ServerGeorg Ehrke2018-10-082-2/+28
* adjust Calendar resource / room interfaces to use class implementationGeorg Ehrke2018-10-082-24/+58
* Correctly init empty arraysJoas Schilling2018-07-122-2/+2
* periodically query calendar resource / room backends for updated resource / r...Georg Ehrke2018-06-252-0/+24
* update resource booking interfaces and add managersGeorg Ehrke2018-06-252-0/+142
* implement CalendarManagerGeorg Ehrke2017-11-091-0/+140