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
2009-11-11 20:38:16 +00:00
2009-11-11 20:16:34 +00:00
2009-10-16 09:55:12 +00:00
2007-02-28 03:40:03 +00:00
2008-07-16 09:29:13 +00:00
Languages
PHP 54.8%
TypeScript 18.5%
JavaScript 10.6%
CSS 10.2%
Less 2.1%
Other 3.8%