Hi - I see we have an extension that allows us to create iCal link to all the records in a table - but what if you want a unique link for each record?
So I have stable with a list of events I run. I want to send an email to participants of each event with a iCal link so they can add it to their calendars…but I can;t see how I can do this?
Currently, Airtable’s native iCal extension pulls in all records, making it always up-to-date. However, you can achieve unique iCal links for each record by following this workaround. Here’s how you can do it:
Step-by-Step Guide
1. Airtable Table Setup
Ensure your Airtable table has the following fields:
Event Name (Single line text)
Start Date (Date & time)
End Date (Date & time)
Ical Link (Formula)
HTML (Formula)
2. Create the iCal Link Formula
In the Ical Link formula field, use the following formula to generate the iCal data and links:
Further to this: is there a way to generate a calendar subscription URL to a filtered view?
My calendar view has all events in it belonging to every single user. It would be useful for users to be able to subscribe to the calendar, but must only be able to view their own events and not those belonging to other users.
Yes, there is! Our Generate iCal Calendar URLs for Airtable Records automation supports filtering by an Airtable view, so you can generate a a unique link for each view. You would simply need multiple instances of the automation, each configured to produce a link for a different view.