Commit Graph

1754 Commits

Author SHA1 Message Date
Ralf Becker
bc6f5c6a21 missing rename boical --> calendar_ical 2008-06-12 07:02:18 +00:00
Ralf Becker
42824ef687 "reworked calendar update 1.5.002 --> 1.6, to fix the method names in alarms
If you have alarms set and your calendar is already updated to 1.6, you have to rerun that update by setting the calendar version again to '1.5.002' and visit setup again:
UPDATE egw_applications SET app_version='1.5.002' WHERE app_name='calendar' AND app_version='1.5.002'"
2008-06-10 04:48:19 +00:00
Ralf Becker
26b9126bf6 "missing rename to store alarms correct" 2008-06-10 04:22:37 +00:00
Ralf Becker
9bd973dbb9 "fixed not displayed calendar home page" 2008-06-08 12:37:13 +00:00
Ralf Becker
c6b267758f "fixed not displayed calenar properties" 2008-06-08 12:33:07 +00:00
Ralf Becker
3ed18683a3 propset svn:keywords Id 2008-06-07 18:11:56 +00:00
Ralf Becker
ef1db01306 "new calendar hooks class" 2008-06-07 18:06:36 +00:00
Ralf Becker
25b1924665 no extra charset attributes in iCal for GroupDAV/CalDAV 2008-06-07 17:54:40 +00:00
Ralf Becker
f11875aad9 new class naming schema 2008-06-07 17:49:16 +00:00
Ralf Becker
ef700b0061 new class naming schema 2008-06-07 17:45:33 +00:00
Ralf Becker
ab8a36cede seems not to be used (anymore) 2008-06-07 09:50:41 +00:00
Ralf Becker
f4dc91428b not used anymore 2008-06-07 09:47:16 +00:00
Ralf Becker
e2f749c86b "taking into account timezone of iso8601 date in bocal::date2ts(), eg. used in time-range filters in CalDAV" 2008-06-04 13:22:11 +00:00
Ralf Becker
ea6f443858 "fixed default timerange allways overriding the given time-range in REPORT" 2008-06-04 11:07:45 +00:00
Ralf Becker
e035498517 "fixed warning if only an allprop is present" 2008-06-03 17:22:59 +00:00
Klaus Leithoff
ead39f58a6 commented out the error_log -ing in socal 2008-05-28 08:40:38 +00:00
Ralf Becker
fc47271569 "Croation holidays from Miroslav Schlossberg [RAM3]" 2008-05-23 06:10:45 +00:00
Ralf Becker
7ba02f326a "UPPS typo" 2008-05-20 10:23:23 +00:00
Ralf Becker
b07dd8ef9e "cadaver reports entires as not found, because modified and contentlength were not set" 2008-05-20 09:07:03 +00:00
Ralf Becker
9f30e824b0 enforce a certain strength of uid, as some clients set quite weak ones) 2008-05-20 04:59:26 +00:00
Ralf Becker
17ce8469fe "fixed problem with Lighting: a weekly repeating event of a single weekday does not set BYDAY" 2008-05-17 14:34:23 +00:00
Ralf Becker
89eba8038d allow status update via CalDAV/GroupDAV PUT and DELETE for attendees (with no other rights on the event), moved that code from bocalupdate (wasnt working because of wrong param code) to boical, this should work for SyncML and CalDAV/GroupDAV - thought SyncML does not handle the delete to reject an event so far 2008-05-17 13:00:34 +00:00
Ralf Becker
d884a13521 "fixed problem reported by Peter Goerzen: sql error creating an exception" 2008-05-16 11:02:46 +00:00
Ralf Becker
ce59f97204 using / as calendar-home-set and fixed return code for PUT requests on the UID 2008-05-10 20:12:20 +00:00
Ralf Becker
6ca9cecf01 making the event cache static, to use it in all instances of the bocal class, otherwise different instances use old etags 2008-05-10 20:10:45 +00:00
Ralf Becker
798dd4fab0 hack to fix SOGo connectors missing decoding in our free/busy url 2008-05-10 20:09:02 +00:00
Ralf Becker
415527b677 using renamed addressbook_bo 2008-05-10 20:07:50 +00:00
Ralf Becker
974faa7483 "using renamed addressbook_bo" 2008-05-10 20:06:39 +00:00
Klaus Leithoff
e0454b0558 updated the intervall selectbox to 31, to enable recurrance intervalls within a month range 2008-05-09 08:04:47 +00:00
Ralf Becker
d2e9143213 First version of new CalDav/CardDAV/GroupDAV access for calendar and
addressbook (infolog will follow).
CalDAV is tested so far with lightning 0.8 and Apple's iCal. Please note
that both distinguish between iCalServer and CalDAV!
The URL is currently http://domain.com/egroupware/groupdav.php/calendar/
2008-05-08 20:31:32 +00:00
Ralf Becker
9d7e48fcaa use a cn given+family name, instead of link title for contacts 2008-05-08 20:19:20 +00:00
Ralf Becker
cb9212e691 Calendar can now store participants which are no accounts or contacts.
- as required by iCal/CalDAV/GroupDAV/SyncML
- this also fixes problems with LDAP contacts, which have non-numeric
  ids
- iCal code now converts to and from all participant types supported by
  eGroupWare: some types (eg. ressources) require that the clients keeps
  the new X-EGROUPWARE-UID attribute
- calendar UI allows to enter email addresses via the addressbook search
  box (dont type search, but direct add)
2008-05-08 15:02:35 +00:00
Ralf Becker
5d50d41004 - modified etag/optimistic locking, to always increment the etag, was before only via the GUI
- replaced own "locks" via egw_cal.cal_edit_user/time with the new egw_vfs::lock() methods
2008-05-07 22:12:25 +00:00
Ralf Becker
121752ed72 "MAILTO href in ATTENDEE, is just the email address, NO cn" 2008-05-07 09:09:33 +00:00
Ralf Becker
faae1ce6b6 "allow to (optionally) pass etag to importVCal, to check and fail if event is changed (needed by GroupDAV/CalDAV)" 2008-05-06 21:57:32 +00:00
Ralf Becker
36858cf2c2 "new parameter for exportVCal to export the UID the client sent and not the calendar-id-installid one, that's required by many GroupDAV/CalDAV clients and also the recommend behavior according to the RFC, it's off by default to not break SyncML" 2008-05-06 21:05:56 +00:00
Ralf Becker
afb99a49e9 AT holidays from eric.schwartz(at)gmx.at 2008-04-27 05:56:20 +00:00
Ralf Becker
0070d44a4a AT holidays from helmut.bienstock(at)mcbee.at 2008-04-22 11:40:21 +00:00
Klaus Leithoff
62c3d6c967 try to resolve the icalsrv calendar update problem regarding the etag 2008-04-03 11:57:12 +00:00
Klaus Leithoff
ff0c609b7f try to resolve the icalsrv calendar update problem regarding the etag 2008-04-03 11:55:07 +00:00
Patrick Bihan-Faou
fb32ab9d01 Add support for vcalendar 2.0 valarm elements
tracker #1480, thanks for the patch
2008-03-27 08:29:54 +00:00
Patrick Bihan-Faou
2b1ee9c0ef Recognize 'nexthaus corp' just like 'nexthaus corporation' for blackberry users.
Fixes tracker #1478, thanks for the patch.
2008-03-27 07:50:35 +00:00
Ralf Becker
f35e97af13 "fixed halfway transformed link class" 2008-03-26 12:23:26 +00:00
Ralf Becker
5aa6c90625 removed unnecessary instancations and using static methods of html and egw_link class 2008-03-25 15:38:52 +00:00
Ralf Becker
ae735c80af removed unnecessary instancations and using static methods of html and egw_link class 2008-03-25 15:33:10 +00:00
Ralf Becker
8a6d33744a "fixed typo: datatime --> datetime" 2008-03-22 09:23:14 +00:00
Ralf Becker
30ede51997 using static html methods and autoloaded $egw->objects 2008-03-21 20:30:19 +00:00
Ralf Becker
066578711f "fixed recuring events (only one event was displayed)" 2008-03-20 12:49:34 +00:00
Ralf Becker
0544890713 Multiple week view and fix for daylight saving time change problem reported by Manfred on the german list 2008-03-20 08:54:18 +00:00
Ralf Becker
97c5b06441 "fixed problem of last commit (creating new dates dont work), reported by Uwe Redecker on the German list" 2008-03-17 09:06:08 +00:00