gcgc_update_calendar_event_params
Description
Filters the parameters used to update a Google Calendar event.
Usage
Applied globally
add_filter( 'gcgc_update_calendar_event_params', 'my_custom_function' );Applied to specific form
add_filter( 'gcgc_update_calendar_event_params_FORMID', 'my_custom_function' );Applied to specific feed
add_filter( 'gcgc_update_calendar_event_params_FORMID_FEEDID', 'my_custom_function' );Parameters
$event_params
array
The event parameters for Google Calendar API.
$form
array
The Gravity Forms form.
$feed
array
The feed configuration.
$entry
array
The Gravity Forms entry.
$event_id
string
The event ID being updated.
Since
1.0Hook added.