egroupware_official/calendar
Ralf Becker a4176448f0 "New recurance rule iterator:
- Implemented two new monthly rrules: last day of month and last weekday (eg. workday) of month
- The constructor accepts times only as DateTime (or decendents like egw_date) to work timezone-correct.
- The timezone of the event is determined by timezone of the startime, other times get converted to that timezone.
- There's a static factory method calendar_rrule::event2rrule(array $event,$usertime=true), which converts an event read by calendar_bo::read() or calendar_bo::search() to a rrule iterator.
- The rrule iterator object can be casted to string, to get a human readable describtion of the rrule.
- There's an interactive test-form, if the class get's called directly: http://localhost/egroupware/calendar/inc/class.calendar_rrule.inc.php
--> next step will be to use the rrule iterator in calendar_bo::insert_all_repetions() to calculate the recurences"
2009-11-11 20:38:16 +00:00
..
doc Adding rfc2445 to the calendar documentation. 2001-07-03 03:30:39 +00:00
egroupware.org updated holiday files submitted to egroupware.org 2009-09-21 08:11:46 +00:00
importexport new class naming schema 2008-06-07 17:45:33 +00:00
inc "New recurance rule iterator: 2009-11-11 20:38:16 +00:00
js new class naming schema 2008-06-07 17:45:33 +00:00
setup Added aliases for Windows timezone to standard TZID's 2009-11-10 19:37:27 +00:00
sitemgr handle offset and control the number of results retrieved regardingly (note: no offset means you get no so/bo->total) 2009-08-06 10:43:46 +00:00
templates New tz_id column in egw_cal storing id into egw_cal_timezones 2009-11-04 15:00:08 +00:00
csv_import.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
freebusy.php "fix for bug #1780: Freebusy error when using complete (user@domain.org) username" 2008-10-18 08:22:28 +00:00
index.php index files without header include, but working with sessionid in url 2008-08-14 13:53:17 +00:00