Commit Graph

8 Commits

Author SHA1 Message Date
Ralf Becker
1f2af1630b * Calendar: fixed not included organizer in meeting request 2011-05-26 17:22:58 +00:00
Ralf Becker
3ee51f7a74 * Calendar: fixed not working "use event TZ" pref for iCal exports and allways use event TZ for calendar notifications (NOT use file export pref.) 2011-04-11 11:03:13 +00:00
Ralf Becker
f2c080a5d5 * Calendar/CalDAV: ctag got not updated when eg. a recurrence got deleted, causing CalDAV calendar to not automatic update
allways update modified TS and modifier in calendar_boupdate::save(), removed code to only conditionally update in calendar_boupdate::update()
2011-04-07 08:09:20 +00:00
Ralf Becker
a9671d4b1f * Calendar: fixed in some cases not updated alarms, if event got moved
- sending alarms to CalDAV/GroupDAV clients as offset, not fixed time like before
- only exception to the above are alarms for recuring events to Lightning, which must be absolute, as offset lead to infinit poping up alarms in Lightning
- update all alarm times of other users alarms too, when storing events, as they might not be included in the stored event
2011-03-07 13:50:25 +00:00
Ralf Becker
6d6eb55070 fixed typo causing $$enddate$$ in notifcation message to show startdate 2010-11-16 13:41:25 +00:00
Ralf Becker
5b836073c7 * fixed conflict check of resource quantity and storage of changed quantity in existing events
(changed quantity was used for conflict check, but not stored!)
There is still a bug with multiple non-overlapping events overlapping the checked event: check is against quantity sum, not the maximum
2010-11-11 08:55:35 +00:00
Jörg Lehrke
cd07632c0b * Calendar: Fix notification timezone issues (#2746) 2010-11-01 19:18:13 +00:00
Ralf Becker
b23bd25323 * SyncML performance patches for calendar datastore (merged r32053) 2010-09-18 12:34:58 +00:00