aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Calendar/CalendarQuery.php
Commit message (Collapse)AuthorAgeFilesLines
* Refactors lib/private/Calendar.Faraz Samapoor2023-06-251-20/+11
| | | | | | Mainly using PHP8's constructor property promotion. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix initialization of calendar search URIsChristoph Wurst2021-11-111-2/+5
| | | | | | | They are an empty array by default. If you don't initialize then accessing them via the setter will throw a type error. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add Public Calendar ProviderAnna Larch2021-10-141-0/+124
Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>