gcgc_after_delete_calendar_event
Description
Fires after a Google Calendar event is deleted.
Usage
Applied globally
add_action( 'gcgc_after_delete_calendar_event', 'my_custom_function' );Parameters
$event_id
string
The event ID that was deleted.
$calendar_id
string
The calendar ID.
$feed
array
The feed configuration.
Since
1.0Hook added.