Back to Templates
This n8n template demonstrates how to automatically generate personalized calendar views in Baserow, based on a chosen date field and a filter. Having a personalized view with only information that is relevant to you makes it easy to integrate with external calendar tools like Outlook or Google Calendar.
Use cases are many:
.ics
files and imported into any external calendar application./api/database/views/table/{table_id}
to create a new view. Check the Baserow API documentation for further details./api/database/views/{view_id}/filters/
to set a filter on the view so that it only shows the records that are relevant. This filter is based on the Link to table field that is set in earlier steps. Check the Baserow API documentation for further details./api/database/views/{view_id}/decorations/
to set a a color on the background or left side of each item. By default, the color is based on a single select field, but it is also possible to use a condition. Check the Baserow API documentation for further details./api/database/views/{view_id}
to update the current view. It updates the ical_public
property to true
so that an ics link is created. Check the Baserow API documentation for further details./api/database/view/{view_id}/field-options/
endpoint. Check the Baserow API documentation for further details.