Function __global->resolve_complex_event_end_date
Definitions
sources/calendar.php
- An event may have a complex end date (e.g. 4th Friday).We want to fix it to a calendar day for the recurrence (which we assume is already fixed into the event row).We also want to define it (trick it) to be stated in the same month of the start date, even if that means the days will exceed the number of days in a month.This will allow us to do shifts around in calendar-space.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$event | array | required parameter | N/A | N/A | Event row |
Return
- Event row
- Type: array
- Set: N/A
- Range: N/A