Lars Kneschke
63870b9d9e
PRIVATE and PUBLIC are reserved words under PHP5
2005-04-06 04:55:49 +00:00
Ralf Becker
35678aa41b
fixed freebusy format as requested by Tobias K�nig <tokoe-at-kde.org>
2005-03-31 13:19:16 +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
mgalgoci
d9553d5969
- Spelling fixes: recure -> recur
2004-10-15 17:33:03 +00:00
mgalgoci
1451618cfd
- remove superflous debugging crap that is commented out
...
- ignore reset of null objects while parsing ical files
2004-10-15 17:30:49 +00:00
mgalgoci
2f0ffb42c5
Formatting changes to make the darned thing readable
2004-10-15 17:28:34 +00:00
mgalgoci
f3bbad5fff
More ical import fixes (and cleanups)
2004-08-25 20:51:59 +00:00
mgalgoci
db7cd1697e
fix long standing issue in is_owner() - mailto is a subarray of organizer.
2004-08-25 15:33:59 +00:00
alpeb
046609d851
Fixed wrong time when exporting to vcal. Also changed ical versi��n from 2.0 to 1.0 because outlook 2000 was rejecting icals with this version. Shouldn't I have changed this version number?
2004-08-24 19:43:19 +00:00
mgalgoci
72f2561223
better handling of rogue newlines in ical files imported from other sources.
...
the legality of the presences of newlines inside an ical record is debatable, but
as we have seen, this can and will happen.
Fixes https://sourceforge.net/tracker/index.php?func=detail&aid=989070&group_id=78745&atid=554338
2004-08-19 18:43:02 +00:00
mgalgoci
77cce9e9dc
parse_user_host was never ever defined! Ever! I even checked phpgroupware! They have this
...
bug too!! It looks to me like switch_mailto give the functionality that parse_user_host
_should_ have provided.
2004-08-18 20:40:44 +00:00
Ralf Becker
2847d27af9
added freebusy information (iCal) for KDE organizer or other external sheduling programs
2004-03-14 01:10:37 +00:00
alpeb
2362333812
unecessary flush() were causing problems (bug 887151). Thks to tbecker37
2004-02-04 03:49:02 +00:00
alpeb
dd148e2cf9
fixed time calculated for ical messages (bug #8765444 )
2004-01-28 20:24:02 +00:00
reinerj
146d69f4db
changes from phpgw to egw dev group
2004-01-27 00:31:58 +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
Lars Kneschke
775498194d
Patch from Benjamin GIGON
...
Hi everybody.
I send you a little patch for Ical's Import Bug.
This �patch� use "DURATION"'s tag to set end of event.
After, All of import's event are perfectly defined :-)
originale filename : calendar/inc/class.boicalendar.inc.php
patch filename : egroupware_calendar_import.patch
path to patch : calendar/inc/
Have a nice day.
2003-11-20 21:29:34 +00:00
Lars Kneschke
3e6870eb77
fix import of ical files
...
redirect after import still not working(tested with IE6)
2003-10-11 19:17:50 +00:00
Ralf Becker
b8557e49d9
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:31:11 +00:00
seek3r
86032f02dd
removed common->phpgw_exit() and fixed all references to it in the core apps and api
2002-09-28 20:01:44 +00:00
skeeter
26f80d486c
GNU Bug #438 and GNU Bug #745 .
2002-06-24 23:24:24 +00:00
skeeter
92c0505fe3
This now allows the _debug_array() to either print or not print the debug info.
2002-04-06 15:13:51 +00:00
skeeter
6074179f0e
Not sure exactly what was fixed.
2002-02-18 16:20:13 +00:00
skeeter
b7283ea629
Changed the reading of the calendar setup info for generating the .vcs files.
2001-12-10 03:57:00 +00:00
skeeter
67c4362844
Added the exclusion dates to the [iv]Cal outputs.
2001-12-02 22:19:48 +00:00
skeeter
7e77cf8439
Cleaned up the call to create_email_preferences().
2001-11-13 12:17:10 +00:00
skeeter
4e8d88a9c4
Some cleanups to the [iv]cal imports.
2001-11-13 02:03:58 +00:00
skeeter
7403548182
If no interval is set, will set it to 1 so it will occur every year/week.
2001-11-07 03:04:56 +00:00
skeeter
29213d9ea0
This will now import some of the parameters of the weekly/yearly recurring event data from an [iv]Cal file.
2001-11-07 02:58:08 +00:00
skeeter
0688c22b63
This has some major work done in event ownership/participation.
2001-11-07 00:30:33 +00:00
skeeter
90dbf81358
This will check to see if the organizer is set and if the organizer cn = account_lid.
2001-11-06 04:04:18 +00:00
skeeter
7bb6bb2579
Setting maximum execution time to 0 for the import of [iv]Cal's.
2001-11-06 03:15:15 +00:00
skeeter
d29853b027
A little smarter on handling seperators for categories for ICal/VCal files.
2001-10-02 01:14:40 +00:00
skeeter
0382b72183
It would only grab the last category. Now it grabs the correct ones..
2001-10-01 02:42:29 +00:00
skeeter
b28384e34b
Fix a small error on importing of ICals. It would append categories instead of replacing for each event.
2001-10-01 02:34:00 +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
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
cf7ef7bdc7
Combination fixes to the iCal, or more fields added for the export. A single iCal is being generated correctly. Still Need to work on the rrule.
2001-08-30 03:12:38 +00:00
skeeter
c739177bba
Moved class.vCalendar.inc.php => class.boicalendar.inc.php.
2001-08-29 19:16:42 +00:00