Linked Calendars & time limit for importing past events

We will be onboarding a campus unit this summer that has been using Timely for their event calendar for over a decade. We plan to import the existing events on their Timely calendar to LiveWhale via a Linked Calendar using an iCal subscription feed from Timely, then we’ll delete the linked calendar and keep the events. Will the iCal feed automatically pull every single past event ever posted to the Timely calendar for 10+ years? Or is there some sort of default limit, e.g. the feed only pulls events from the past X years? We want to pull all upcoming events and likely some past events too, just not sure we need 10+ years’ worth. If there is a default limit, or a choice we can make, I want to explain it correctly to the unit. Thanks!

Great question!

From the sample livewhale/client/private.config.php:

//$_LW->REGISTERED_MODULES['events']['custom']['since_linked_calendars']=93312000; // max age of items (in seconds) acknowledged in linked calendars (default: 93312000 i.e. 3 years)
//$_LW->REGISTERED_MODULES['events']['custom']['until_linked_calendars']=31536000; // max future date of items (in seconds) acknowledged in linked calendars (default: 31536000 i.e. 1 year)

So, by default, LiveWhale will include events from -3 years to +1 year from now when importing and syncing Linked Calendar. You can uncomment those lines to tweak that, though, so if you have a special case where you know you’ll be importing a feed that has ~10 year old events in it, it’s configurable. Hope this helps!

Thanks, Karl. If that is the default setting for all LW clients it might be helpful to note that in the documentation for Linked Calendars, which is where I looked first for an answer!

Hi Jen,

Great point! Our docs are a living document and ongoing project and we’ll definitely get this piece added to help clarify.

Thanks!
Rachael