Skip to main content

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

NameTypeDescription
$eventsarrayArray of event arrays. Each has a '_source' key identifying its origin.
$feedarrayThe calendar feed configuration.

Since

Source

Defined in includes/class-calendar-feed.php at line 4498