Filter: gk/gravitycalendar/ics-export/events
Filters events before they are included in the calendar subscription export.
Each event carries a _source array identifying its origin: - GF entries: ['type' => 'gf', 'form_id' => 123] - External ICS: ['type' => 'ics', 'url' => 'https://...']
Parameters
| Name | Type | Description |
|---|---|---|
| $events | array | Array of event arrays. Each has a '_source' key identifying its origin. |
| $feed | array | The calendar feed configuration. |
Since
Source
Defined in includes/class-calendar-feed.php at line 4498