mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
a4176448f0
- 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" |
||
---|---|---|
.. | ||
doc | ||
egroupware.org | ||
importexport | ||
inc | ||
js | ||
setup | ||
sitemgr | ||
templates | ||
csv_import.php | ||
freebusy.php | ||
index.php |