Commit Graph

148 Commits

Author SHA1 Message Date
4d3be13eec enable X-RECURRENCE-ID for Nokia S60 Devices 2010-11-04 10:46:56 +00:00
a85fdb55cd Allow to add events to group calendars via CalDAV 2010-09-29 16:54:16 +00:00
1e79225a29 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:10:29 +00:00
f91095f2ec Fix EXDATE issue for Apple devices 2010-08-26 20:28:54 +00:00
44c3c7eb9a Improve iPhone iCal support 2010-08-15 06:42:05 +00:00
d4985709c5 Fix recurrence enddate issue 2010-08-15 06:34:16 +00:00
0f284a0bfb Disable Thunderbird special treatment 2010-08-08 21:52:44 +00:00
c7bc0fbd82 using created and modified timestamps from calendar, and not reading them separate from egw_content_history table 2010-08-05 17:57:59 +00:00
c9e1b56d2d Fix vCalendar v1.0 EXDATE export 2010-07-05 19:05:54 +00:00
2bfebbdb7f Improve group invitation handling 2010-06-28 05:08:22 +00:00
bce68a9e82 Fix CalDAV group attendee issue; various GroupDAV improvements 2010-06-27 22:16:22 +00:00
c6b0f825d9 Fix SyncML replace and recur_enddate issue 2010-06-26 15:58:33 +00:00
48bc5c8119 Remove user as attendee, if he is the only participant and has accepted 2010-06-23 15:54:07 +00:00
7b850eabb6 Fix recurring event issues for vCal 1.0 imports; fix bug Stylite #646 2010-06-23 14:52:55 +00:00
b94e897717 Optimze alarm handling 2010-06-18 13:44:50 +00:00
1800367a2d Fix iCalendar v1.0 TZ issue 2010-06-14 14:54:24 +00:00
f54410da4f Fix recurrence enddate again 2010-06-11 22:13:27 +00:00
65e7054869 Fix recurrence enddate for vCalendar 1.0 2010-06-11 12:16:58 +00:00
0f00bb08a2 Set recurrence enddate to end time and use device TZ for vCalendar 1.0 2010-06-11 06:19:22 +00:00
82455c87a6 Newer Nokia E-Series SyncML supported fields default 2010-06-07 12:50:17 +00:00
f6e5b9de41 recognize Nokia e72-1 and e51-1 as s60 phone (supported fields) 2010-06-07 10:26:00 +00:00
13463578f5 using already read event to check acl (and not just the id causing a read) 2010-06-01 09:24:10 +00:00
e4d0b6737c Fix egw_ical iterator issues 2010-05-21 06:18:52 +00:00
4c1e3a9e70 Fix CalDAV series event handling 2010-05-19 16:13:37 +00:00
8cb71dfc84 Allow upgrade of single events to series via SyncML/CalDAV 2010-05-19 09:20:15 +00:00
2552476036 Special Lightning CalDAV treatment 2010-05-18 14:41:22 +00:00
e8298f217f Fix iCal attendee CN issue 2010-05-18 10:04:29 +00:00
5623866894 Fix monthly recurrence issue (bug#2584) 2010-05-14 10:17:11 +00:00
dc8b3f2dec Fix 'non_blocking' issue (especially for Nokia) 2010-05-14 09:28:46 +00:00
362afdb312 Fix GroupDAV private event issue 2010-05-14 08:35:16 +00:00
015173f608 Fix email-only attendees issue 2010-05-14 08:06:08 +00:00
0d13079a46 Fix supportedFields settings for Nokia devices 2010-04-26 07:29:51 +00:00
a707c183f3 Export all-day events as 'EVENT' to Nokia devices 2010-04-23 14:38:07 +00:00
22bb23b8ff Fix new all-day event handling 2010-04-23 13:52:45 +00:00
fe5d9f305b Fix iCal export of incomplete events again .-( 2010-04-23 11:03:32 +00:00
4cb30032ba Fix iCal export from calendar list view 2010-04-23 10:34:47 +00:00
c5c5330799 Add Nokia 5800 XpressMusic to supported devices 2010-04-23 07:06:42 +00:00
e339b3626c Support old SyncML preference settings 2010-04-16 07:04:53 +00:00
2b9198e8f7 Fix SyncML preferences 2010-04-14 16:40:54 +00:00
d3ad7cae78 Fix undefined status issue 2010-04-14 14:44:21 +00:00
239793470b adding an iterator for iCal files to minimize memory footprint on import of huge iCal files (not yet used for iCal data supplied as string, eg. from SyncML, as calendar_ical::importVCal uses count() and array access to returned components/events, and not just looping over it via foreach) 2010-04-14 10:19:41 +00:00
15e379249f Fix group participant issue 2010-04-12 07:20:11 +00:00
b0532e4ac2 Fix group participant localization issue 2010-04-12 06:31:30 +00:00
0dfb44228c Fix SyncML preferences 2010-03-24 11:37:22 +00:00
42a09eda30 Add configurable client character set for SyncML & various fixes 2010-03-22 18:03:23 +00:00
57adecd8ff fixed after r29540 broken install:
- calling egw_time::getTimezones() not possible during setup time -->
  stalling all installs
- using tz_id=1 for a default is not possible, as that's the first
  regular tz_id on new install --> using '0' now
- added translation for that new calendar setting
2010-03-22 14:20:19 +00:00
7f2e37b5eb Configurable timezone for file export of calendar data 2010-03-17 16:57:03 +00:00
8b5dfcb926 Fix CLASS:PRIVATE issue 2010-03-15 17:18:17 +00:00
0978663ada Fix Funambol STATUS issue 2010-03-08 13:54:13 +00:00
a8804a44ef GroupDAV updates 2010-03-06 23:06:43 +00:00