Function expand_event_instances
Expand the event instances for an iCalendar VEVENT (or VTODO)
Note: expansion here does not apply modifications to instances other than modifying start/end/due/duration.
Package: awl\RRule
Copyright: Morphoss Ltd
License: GNU GPL v2 or later
Author: Andrew McMillan andrew@mcmillan.net.nz
Located at RRule.php
Copyright: Morphoss Ltd
License: GNU GPL v2 or later
Author: Andrew McMillan andrew@mcmillan.net.nz
Located at RRule.php
vComponent |
$vResource |
A vComponent which is a VCALENDAR containing components needing expansion |
object |
$range_start = null |
A RepeatRuleDateTime which is the beginning of the range for events, default -6 weeks |
object |
$range_end = null |
A RepeatRuleDateTime which is the end of the range for events, default +6 weeks |
|
$return_floating_times = false |
vComponent
|
The original vComponent, with the instances of the internal components expanded. |