85b6ba5ef0
Cleanup issues found during backport
2010-02-23 18:19:12 +00:00
08dbf52b66
Fix typos and code cleanup
2010-02-22 10:02:33 +00:00
21ccdd5f28
Fix various synchronization issues (SyncML & CalDAV)
2010-02-17 13:29:28 +00:00
52ea4512ca
Improve find_event() again
2010-02-11 07:33:32 +00:00
b6097fa156
SyncML Content Handling
...
* Improved find-methods
* Timezone support for InfoLog
* SyncML Preferences
- addressbook and address list are now joined
- Primary User Group for addressbook and calendar
* SlowSync uses old mapping information (can be disabled within the preferences)
2010-02-09 21:56:39 +00:00
32639bd47e
Major SyncML Calendar update
...
- SIFE support improved
- various vCalendar 1.0 issues fixed
- device specific timezone support for recurring events
- pseudo exception handling improvements
2010-01-29 21:42:54 +00:00
98fe270524
fixed catching value from non-existing var
2010-01-23 09:53:38 +00:00
14e7c0cd87
Add filter to calendar_so::get_recurrence_exceptions() method
2010-01-14 17:01:30 +00:00
023b5979dd
Enable SIFE again
2010-01-13 20:48:39 +00:00
6bf3be83fc
Fix empty EXDATE issue
2010-01-13 06:17:30 +00:00
b358505359
Fix vCal 1.0 RRULE issues again :-o
2010-01-12 18:31:53 +00:00
c8b5f589b6
Fix vCal 1.0 RRULE issue again ;-(
2010-01-12 15:08:15 +00:00
0f88cd4553
Fix vCal 1.0 RRULE issue
2010-01-12 13:54:30 +00:00
3bb60af5f1
Enforce SINGLE, if detected; cleanup logging again
2010-01-11 18:15:44 +00:00
548f5f8c98
Fix various issues introduced with Funambol adjustments; code cleanup
2010-01-10 19:02:16 +00:00
70aee0a67d
Fix task priorities for Funambol WM Client
2010-01-09 22:28:41 +00:00
3242e169cc
More Funambol adjustments and workarounds
2010-01-09 18:04:21 +00:00
49823ecd7e
Fix encoding issues; improvements for Funambol clients
2010-01-08 13:09:36 +00:00
d82ca7378b
Fix recur_enddate during import/export
2010-01-05 18:06:07 +00:00
ac7424612e
Calculate the EGw recur_enddate properly
2010-01-05 11:24:27 +00:00
946ecb41b2
substract only one second from incoming whole day events because EGw stores whole day events with DTEND 23:59:59
2010-01-04 13:56:20 +00:00
80f9969ee3
fixed wrong indents
2010-01-02 13:25:58 +00:00
43190660a4
implemented different priority values for funambol/outlook clients since outlook does not support the RFC defined PRIORITY values, fixed some typos
2009-12-29 13:51:07 +00:00
3546f1057d
call groupdav::fix_series() really just for groupdav clients
2009-12-27 15:49:40 +00:00
dd0a5c1b13
Fixed CalDAV/GroupDAV to include all exceptions of a series in the
...
resource of the series master. Now the status of single recurrences of a
serie are send to the clients as (virtual) exceptions as Jaytrax&Joerg
implemented it already for SyncML.
The implementation is unfortunately a little different, as CalDAV
differs from SyncML and I dont know the SyncML part that well. Maybe we
can re-unify the code again together.
Tested so far with Tb3/Lightning1.0b and a little with iPhone.
Please let me know, if you run into problems with other clients.
2009-12-27 04:21:33 +00:00
d6da8d8980
Fix yearly recurrence issue for version 1.0
2009-12-06 18:04:08 +00:00
8f0bd9a5dc
Fix recurrence UNTIL calculation
2009-12-04 15:38:23 +00:00
e7ec189ea4
Use ['egw_info']['server']['server_timezone'] to reset server timezone
2009-12-03 08:28:45 +00:00
dd92e60180
Use UID for find_content(); code cleanups
2009-12-01 10:24:55 +00:00
738726abf1
Adjust group attendee handling
2009-11-29 21:03:17 +00:00
a0e1a238dd
Optimized SyncML memory footprint; fixes various filter issues
2009-11-29 14:03:45 +00:00
96c5fc3184
quietened logging
2009-11-27 08:33:10 +00:00
3d93128777
Enforce configured device timezone during import
2009-11-27 06:47:21 +00:00
6a7b07e3c6
New PARTICIPANT/ORGANIZER schema
2009-11-26 18:36:19 +00:00
8ae3b5f833
fixed empty RECURRENCE-ID on ical export
2009-11-23 13:03:35 +00:00
cb9ea723c6
Set VTIMEZONE DTSTART entries properly
2009-11-19 13:30:30 +00:00
1b20783041
Fix Yearly RRULE Issue with Funambol Outlook Sync Client
2009-11-19 11:52:41 +00:00
4088b81c5c
Impoved support for recurrences if device timezone differs from event timezone
2009-11-19 10:13:17 +00:00
9e6d97f106
Fix VTZIMEZONE DTSTART Issue
2009-11-19 07:52:42 +00:00
16538f4f9d
use check_perms() on ical export and merge categories on import
2009-11-18 14:46:25 +00:00
86d648a995
Set event['tzid'] for clients using UTC timestamps
2009-11-16 17:28:34 +00:00
5d1fd4aedb
"timezone of events in iCal class depend on $date_format parameter (depending on device type)"
2009-11-13 07:52:06 +00:00
db25947a38
Use new rrule iterator class for RRULE generation
2009-11-12 19:08:23 +00:00
014119f075
Add device specific timezone settings
2009-11-11 21:31:33 +00:00
9df8b0bdbf
new static calendar_timezones::DateTimeZone($tzid) method returning a
...
DateTimeZone object resolving by PHP not supported Windows timezones
with their standard alias
2009-11-10 20:07:33 +00:00
85bf743434
"Using VTIMEZONE component from new calendar_timezones class (imported sqlite DB from Lighting) for exports and importing TZID from iCals.
...
Horde Code already uses VTIMEZONE component to return times in servertime, no need to change anything there."
2009-11-10 15:08:35 +00:00
7198ed861f
make code more comprehensible
2009-11-06 15:44:04 +00:00
bacca46078
Fix Alarm Inport Issues
2009-11-03 16:31:07 +00:00
85a9a06a96
Only one VTIMEZONE per VCALENDAR; Export Alarms again
2009-10-30 21:39:19 +00:00
a87fc26aa7
Fix RRULE issue for vCal 1.0; Fix timestamps with TZ issue
2009-10-29 19:42:32 +00:00