Commit Graph

16 Commits

Author SHA1 Message Date
Ralf Becker
d397cd9ec8 * Calendar/iCal/CalDAV: if no end(-time) is given in iCal we use the default lenght from user prefs 2012-01-29 19:34:51 +00:00
Ralf Becker
dd4b566995 * Calendar/iCal/CalDAV: if no end(-time) is given in iCal we use the default lenght from user prefs 2012-01-29 18:23:59 +00:00
Ralf Becker
54b2adf10b fixing r37108 calendar_timezone::DateTimeZone() returns a DateTimeZone not an egw_time object 2011-11-07 17:14:15 +00:00
Klaus Leithoff
687ce3f13b * calendar/sync: handle error regarding not getting an egw_time object but no exception is thrown; may be php 5.2.x related. 2011-11-03 14:23:47 +00:00
Ralf Becker
d69e95e8c0 fixed Warning: DateTime::modify(): Failed to parse time string (1234.5 second) at position 7 (s): The timezone could not be found in the database, caused by second fraction 2011-08-11 08:42:33 +00:00
Jörg Lehrke
e6d7728385 * Fix RRULE parser (UTC fix) - Bug#2991@egroupware.org 2011-06-25 17:48:52 +00:00
Jörg Lehrke
9e63a721f1 * Fix RRULE parser (2nd part) - Bug#2991@egroupware.org 2011-06-25 14:15:26 +00:00
Jörg Lehrke
682202437f * Fix RRULE parser - Bug#2991@egroupware.org 2011-06-25 12:14:04 +00:00
Ralf Becker
1f2af1630b * Calendar: fixed not included organizer in meeting request 2011-05-26 17:22:58 +00:00
Ralf Becker
db971bae43 * Calendar/CalDAV: use X-EGROUPWARE-UID only, if it resolves to same email (otherwise we are in trouble if different EGw installs talk to each other) 2011-05-26 16:49:04 +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
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
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
d97cdbe991 * fix for Nokia S60: enabling X-RECURRENCE-ID and make sure series master is synced before exceptions 2010-11-10 10:28:00 +00:00
Jörg Lehrke
d4304ffc06 Allow new events in group calendars via CalDAV 2010-09-29 16:53:30 +00:00
Ralf Becker
beb84e4a55 removed explicit var parameter from Horde_iCalendar $component parameter of _ical2egw_callback, as all object are passed by reference in PHP5+, but usage via call_user_func_array(), gives warning as no (explicit) var parameters are allowed 2010-09-15 13:11:49 +00:00