Ralf Becker
116c51fcd3
added (optional) modified parameter to xmlrpc search method (bocalendar::store_to_cache, socalendar::list_events, socalendar::list_repeated_events) as requested by Espen Laursen and Ian Smith-Heisters for a better sync support
2005-01-29 10:19:10 +00:00
Ralf Becker
3723acdbf2
fixed wrong quoting of cat_id (it's a string in calendar) as reported by the maxdb testers
2004-12-05 14:42:17 +00:00
Ralf Becker
f64a1ab7b1
fixed sql error reported by maxdb testers: iCal import should not be able to update existing events without that fix
2004-12-02 15:31:39 +00:00
mgalgoci
04e778c065
And with this, imporing and exporting of recurring events should sort of work
...
again. I've also implimented more of rfc2445.
I will continue to beat these classes into shape as I add more ical stuff
and document what I have reverse engineered.
Once I am satisfied that this is stable and production worthy I will probably
backport this to the 1.0 branch. My casual testing has shown that this for
the most part works as expected. I also plan on developing test harnesses
for ical import/export.
2004-10-15 17:40:22 +00:00
Ralf Becker
f5bcfcd145
fix for bug [ 1015169 ] Can't delete user
2004-09-01 13:26:25 +00:00
Ralf Becker
bdc3456ed6
reworked so-layer for MaxDB and new db-functions:
...
- added cal_ prefix to phpgw_cal
- hol_ prefix to phpgw_cal_holidays
- renamed cal_login=>cal_user_id,cal_type=>cal_user_type in phpgw_cal_user
2004-08-03 22:52:13 +00:00
Ralf Becker
700c20b802
Imported the new calendar from the ralfbecker branch and merged it with the bugfixes and improvments of the 1.0 branch.
...
All further development will be done now in HEAD
2004-08-01 15:36:04 +00:00
Ralf Becker
4b7ced6e84
fix for search to return also the entries from sub-categoris, as sugested by Stephan Hilchenbach from the german list
2004-04-04 22:23:47 +00:00
Miles Lott
94ea6c3c0a
Massive intval and formatting update - previous version in tag 'cal_008-2'
2004-01-04 00:47:37 +00:00
Ralf Becker
0b5de55bbf
fix to deal with empty groups selected in the planner
2003-11-23 13:06:47 +00:00
Ralf Becker
54a9bb2960
some xmlrpc fixes
2003-11-15 21:16:01 +00:00
Ralf Becker
43a72ad4a4
update of event-start-time updates the alarms now
2003-11-03 18:49:24 +00:00
Ralf Becker
19984a1a82
moved html-class to the API and fixed a prob with the alarms
2003-09-14 12:51:31 +00:00
Ralf Becker
b8557e49d9
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:31:11 +00:00
skeeter
8aa2a18ac2
Missed a semi-colon.
2002-09-17 03:03:16 +00:00
skeeter
62fdc57839
GNU Patch #439 .
2002-09-17 02:25:40 +00:00
skeeter
26f80d486c
GNU Bug #438 and GNU Bug #745 .
2002-06-24 23:24:24 +00:00
skeeter
3e2136f1b8
This should fix the problem with variable passed to each() not an array on line 108.
2002-02-07 02:14:20 +00:00
skeeter
67c4362844
Added the exclusion dates to the [iv]Cal outputs.
2001-12-02 22:19:48 +00:00
skeeter
9165bf5f60
Fix for group accessing calendar events. A few places I removed some extraneous code.
2001-11-29 03:12:01 +00:00
skeeter
a364c687e8
Possible fix for bug #478420 .
2001-11-06 02:05:47 +00:00
skeeter
5251b94b88
Fixes two things. Fixes the problem of adding events. Also, now checks ALL overalpping repeating events in addition to regular single occurence events when creating new events.
2001-11-03 01:52:26 +00:00
skeeter
6ee13ea1aa
This will now allow events to care with the groups, if a group is assigned as a participant. If new users are added to the group, it will populate the datastore with those events when they view the event for the first time.
2001-10-25 23:51:35 +00:00
skeeter
b1d090de44
This now adds the ability to view an entire groups calendar events.
2001-10-23 10:58:53 +00:00
skeeter
e748bf3da6
Fix for deleting users.
2001-10-16 02:05:25 +00:00
skeeter
fa6d037ed4
Moved things around on the header to include a drop down filter for the categories searching. Also a fix for a repeating event problem and interval/frequency.
2001-09-20 21:29:16 +00:00
skeeter
2da7e41cd4
Various changes.. Too numerous to mention. Major change is a table change for having multiple categories for a sngle event.
2001-09-17 02:33:19 +00:00
skeeter
d709652b91
Removed makeobj() and the call from read_entry().
2001-09-11 03:07:17 +00:00
skeeter
8cfde64d54
Whole bunch of new code. Skeleton alarm management stuff. Importing of iCal file data (semi-working). New data fields (uid/location). New tables (phpgw_cal_alarm).
2001-09-07 16:37:11 +00:00
skeeter
0732fd541e
Starting to add support for displaying a list of alarms.
2001-09-04 03:17:49 +00:00
skeeter
4235b55980
Small changes to allow an ignore of conflicting events.
2001-08-30 19:06:24 +00:00
skeeter
61f8227dcc
Optimizations to the calendar. Also cleaned up a little of the planner code.
2001-08-17 00:24:20 +00:00
skeeter
fa92c39af4
More fixing, and a change to the GLOBALS, HTTP_[POST|GET]_VARS. Also, better support for spanning events across multiple days.
2001-08-12 14:47:23 +00:00
skeeter
1609677f71
Tons of major fixes to the n-tier calendar. Still need to incorporate ralfbeckers enhancements to the planner.
2001-08-06 02:41:36 +00:00
skeeter
77dc66bb77
This brings the hook_email and the hook_deleteaccount in line with the n-tier.
2001-08-01 11:06:17 +00:00
skeeter
f3397a4e27
Change to use associated arrays for internal storage of the calendar events. ** This is geared at SOAP support! ** ** This is now SOAP compatible! **
2001-07-29 22:09:24 +00:00
skeeter
9472646729
This should provide all neccessary functions to the calendar in n-tier layout. Just need to debug it out for any minor problems.
2001-07-28 13:17:30 +00:00
skeeter
588ad423df
A little more fixing to the calendar. Will try and get the search UI built.
2001-07-21 23:35:22 +00:00
skeeter
e5e3403d77
Second cut... now have all except search/matrixview in n-tier design.
2001-07-18 17:32:10 +00:00
skeeter
88519279bd
First cut with n-tier design.
2001-07-16 11:38:40 +00:00