summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Schedule
Commit message (Collapse)AuthorAgeFilesLines
* send invitations for shared calendarsGeorg Ehrke2018-05-251-0/+67
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Sabre/VObject returns DateTimeImmutable, not a simple DateTimeGeorg Ehrke2017-07-231-2/+4
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* don't send invitation emails for past eventsGeorg Ehrke2017-07-231-1/+64
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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>
* Fix apps/Joas Schilling2016-07-211-1/+2
|
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+128
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4