Commit Graph

7 Commits

Author SHA1 Message Date
Ralf Becker
25a07e2895 * CalDAV: improved performance of ctag generation
using only a single and quick DB query, compared to multiple queries plus one for each recurring event
2011-04-06 13:11:51 +00:00
Ralf Becker
b9e714f40d * CalDAV/Lightning: fixed under some conditions infinit poping up alarms and user not able to add alarms
- Lightning pops up alarm, until Sequence/etag get updated: if user has no edit rights on an other users calendar, etag never got updated, now we update it
- fixed user was not able to add alarms via CalDAV, if he had no edit rights for event (was always possible in web UI)
- alarms from other users calendars are not included any more, as they make no sense but a lot of trouble
- fixed wrong condition on adding alarms, causing some alarms no being saved
2011-03-05 10:34:21 +00:00
Ralf Becker
24f964abf8 * support multiget report on url with uid, as lightning uses multiget after a PUT on the PUT url, which is the uid 2010-11-08 09:27:02 +00:00
Jörg Lehrke
8e6e937953 Fix time-range parser for CalDAV 2010-10-23 11:43:22 +00:00
Ralf Becker
3df6fd12f6 avoid invinit recurrence on broken calendar entries (reference AND recur_type set) 2010-10-13 15:31:50 +00:00
Jörg Lehrke
d4304ffc06 Allow new events in group calendars via CalDAV 2010-09-29 16:53:30 +00:00
Ralf Becker
5dc0d27c70 merged r32054: Fix CalDAV ctag calculation 2010-09-18 12:37:31 +00:00