Filter: gravityview/calendar/events/source_data
Define form entries with events
Parameters
| Name | Type | Description |
|---|---|---|
| $entries | array | Form entries (default: empty array) |
| $feed_id | int | ID of the current feed being processed |
| $from_date | int|false|null | Start date timestamp used to filter events. False if error creating timestamp. Null if not set. |
| $to_date | int|false|null | End date timestamp used to filter events. False if error creating timestamp. Null if not set. |
Since
Source
Defined in includes/class-calendar-feed.php at line 2890