Function __global->get_event_data_ical
Definitions
sources/calendar_ical.php
- Get array of an events from node of an imported ical file.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $event_nodes | array | No | No | required parameter | N/A | N/A | Array of given event details |
Returns
- Returns array of event details for mapping
- Type: array
- Set: N/A
- Range: N/A

