This handler fires immediately before an item is created or updated that originates from a synced source. (At present, $type may only be ‘events’.) This will let you do things like filter or modify the feed values before they’re imported into LiveWhale. An example module is below.
Parameter | Description |
---|---|
$type | currently only works for $type = “events” |
$subscription_id | id of the linked calendar |
$buffer | array of the feed item values |
1 |
|