summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Schedule/Plugin.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers for 19Christoph Wurst2020-04-291-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Provide dav setting for user's default calendarThomas Citharel2020-04-131-10/+27
| | | | | | And add tests to handle schedule-default-calendar-URL Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+2
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make rooms / resources automatically reply to invitesGeorg Ehrke2019-08-261-2/+395
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* fix CUType reportingGeorg Ehrke2019-07-261-11/+16
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Revert "send invitations for shared calendars"Georg Ehrke2019-05-221-67/+0
| | | | This reverts commit a9c313ce451c701a2e065e34022659cf17523963.
* overwrite Sabre/DAV's handler for calendar-user-type to report correct user typeGeorg Ehrke2018-10-221-0/+25
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* add resource / room principalsGeorg Ehrke2018-06-251-5/+17
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* send invitations for shared calendarsGeorg Ehrke2018-05-251-0/+67
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Overwrite the schedule target calendar with the personal one and create it ↵Joas Schilling2016-12-091-0/+59
| | | | | | | | | | if missing Otherwise this leads to problems like events being added to the birthday calendar, if that one is the first calendar which was created for the user. See: https://github.com/nextcloud/server/pull/2274 Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix pluginRoeland Jago Douma2016-11-041-0/+42
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>