Commit Graph

38 Commits

Author SHA1 Message Date
Patrick Bihan-Faou
894dfc127c Add support for vcalendar 2.0 valarm elements
tracker #1480, thanks for the patch
2008-03-27 08:31:17 +00:00
Patrick Bihan-Faou
f6c8e2db92 Identify 'nexthaus corp' just like 'nexthaus corporation' for blackberry users.
Fix bug #1478, thanks for the patch.
2008-03-27 07:43:37 +00:00
Ralf Becker
6be088d539 "Patch from Nigel to support participants on Windows Mobile/PocketPC Synthesis clients" 2007-11-11 10:38:45 +00:00
Ralf Becker
517bdb9f65 Merged several SyncML fixes from trunk:
- 24518: prevent deleting of accounts via SyncML and to read private flag from the DB if missing
- 24531: Merge SyncML patches from Patrick Bihan-Faou plus some other SyncML fixes from trunk
- 24555: fixed bug introduced by my commit r24522 (included in 24531): egw could not deal with LDAP Ids
- 24571: fixed typo reported by Thomas Hoth on the developer list, causing calendar sync in trunk to fail if the clients wants categories
- 24591: diverse vCard improvments, incl. rudimentary vCard3 support
2007-10-29 19:46:46 +00:00
Ralf Becker
c90af2f9af reverted r24531 as there are reports on the user-list it causes SyncML
to stop working
2007-10-13 11:00:47 +00:00
Ralf Becker
2757e5bab9 Merge SyncML patches from Patrick Bihan-Faou plus some other SyncML
fixes from trunk
2007-10-12 17:46:48 +00:00
Ralf Becker
9076e73906 removed daylight saving fix, as it caused what it is suppost to fix: exported events with a different daylight saving are wrong by one hour 2007-10-10 15:11:49 +00:00
Christian Binder
2c3996e4e5 convert old eGW whole day events enddate to correct ical value 2007-10-10 07:03:20 +00:00
Ralf Becker
09f556d5d4 worked around stupid php5.2 empty haystack warnings 2007-04-29 14:33:17 +00:00
Lars Kneschke
b45b84fe55 SyncML fixes 2007-01-23 17:34:50 +00:00
Lars Kneschke
e344c13e62 patch from Antoni Matamalas
fixes some problems with syncevolution
2006-11-20 07:56:03 +00:00
Lars Kneschke
630809ee5f http://www.egroupware.org/patches?tr_id=82
Added syncevolution full compatibility in class.boical.inc.php

This patch adds an entry in the setSupportedFields funtion and be able to syncronize participants, owner and categories from an event into Evolution using Syncevolution.

patch contributed by Antoni Matamalas
2006-11-13 08:36:00 +00:00
Christian Binder
1de2cd5e23 fixed my DTEND fix :-) only substract one second instead of 60 for whole day events 2006-11-08 12:16:00 +00:00
Christian Binder
d3d8a90ee8 ensure correct DTEND value-type (timestamp) for later calculation in calendar import function 2006-11-03 13:17:00 +00:00
Ralf Becker
5d88ca4e00 typo fix from Christian 2006-10-29 12:49:05 +00:00
Lars Kneschke
e7b55ff593 handle birthdays from NOKIA clients 2006-08-31 03:08:23 +00:00
Lars Kneschke
5d3f5ef2e6 patch from christian binder
class.boical.inc.php
285: handle exceptions field on export (delimiter changed to ";")
295: handle TRANSP value (0 or 1) on export
554: handle exceptions field on import
568: handle TRANSP value (0 or 1) on import
774-777: set supported fields for recur_exceptions and non_blocking

added support for handling non blocking events for vcal(1.0) and ical(2.0)
2006-08-24 09:46:22 +00:00
Lars Kneschke
b3dbb91d80 various syncml fixes 2006-08-15 14:29:45 +00:00
Lars Kneschke
35bcf601df removed some unneeded , 2006-07-23 05:34:12 +00:00
Lars Kneschke
5b9d33ac44 removed wrong placed , 2006-07-22 11:25:24 +00:00
Lars Kneschke
b07127ad4a merging 1.2 and trunk 2006-07-20 09:38:53 +00:00
Lars Kneschke
1f5898ce97 make import of "recuring by number of events" working 2006-07-20 07:59:53 +00:00
Ralf Becker
77678259e8 re-added freebusy support to the calendar 2006-07-14 23:24:56 +00:00
Ralf Becker
d5ae61dddc fixed boical::search() method to prevent dublicate events via SyncML slow sync 2006-07-12 23:51:57 +00:00
Lars Kneschke
ac7a22e835 reenabled participants 2006-06-29 05:25:22 +00:00
Lars Kneschke
884fb63a94 fix for participants and nexthaus client 2006-06-18 07:10:53 +00:00
Lars Kneschke
42b0097681 fix for slowsync and ical import 2006-06-09 02:56:41 +00:00
Lars Kneschke
3648a0eb9e removed double encoding 2006-06-01 13:25:16 +00:00
Lars Kneschke
911062987d SyncML fixes 2006-05-17 03:32:28 +00:00
Lars Kneschke
1f782cf644 added support for recuring events for ical version 1.0 2006-03-09 16:49:56 +00:00
Lars Kneschke
b5e4835a03 some VCAL import fixes for repeating events 2006-01-16 09:40:20 +00:00
Lars Kneschke
f4f6fa9be8 alarms now gets exported and imported too
alarm im- and export still needs some improvement
2006-01-11 05:10:52 +00:00
Lars Kneschke
91fb43964b import alarms to if supported 2006-01-10 13:53:23 +00:00
Lars Kneschke
6f05e93e26 read debugdir from egw config 2005-12-25 16:41:35 +00:00
Ralf Becker
9d825d1487 fixed typo reported on german list 2005-12-01 23:22:15 +00:00
Ralf Becker
3be64eb200 - fixed php4 problem reported by omgs on the list
- fixed import probs with attendee and recuring events
2005-11-24 08:46:53 +00:00
Ralf Becker
b7a2d57d47 fixed not working calendar sync in RC1: re-add version parameter 2005-11-18 14:47:27 +00:00
Ralf Becker
439d23490d merged contacts_and_resources branch again with HEAD
all further development will be in HEAD now
everyone using the contacts_and_resources branch, update again to HEAD with: cvs update -dPA calendar
2005-11-08 23:15:14 +00:00