Use this advanced n8n workflow to automatically generate personalized Baserow calendar views and ICS feeds using the Baserow API and standard n8n node configuration.
Download this n8n workflow template and start using it instantly.
Baserow power users and administrators needing scalable view generation.
Operations specialists who manage tasks, appointments, or deadlines for individual team members or clients.
Users looking for high-level technical n8n templates that involve complex API interactions and authentication.
Developers who need to dynamically create and configure database views without manual intervention.
Managing deadlines, appointments, or tasks across many different entities (like employees or customers) can become cumbersome when views are not personalized. This n8n workflow solves this by automating the creation of personalized calendar views in Baserow. Instead of manually creating filtered views for every employee or customer, this powerful n8n automation leverages the Baserow API to generate a unique calendar view and a corresponding shareable ICS feed URL for every record in a designated 'Filter table'.
This specific n8n workflow handles authentication using a JWT token derived from Baserow credentials, ensuring secure communication across all steps. It is a prime example of leveraging the n8n node structure to manage configuration variables and sequential API calls, providing reusable n8n templates for complex database operations.
This comprehensive n8n workflow executes a multi-step process involving data setup, authentication, iteration, and API interaction to configure Baserow views.
linkrowhas type filter). This ensures the view is personalized.ical_public: true) to generate the ICS feed URL.To install and execute this advanced n8n workflow, follow these steps:
username> and password> with your actual Baserow login details. Verify the 'API host' path.Database IDDate table and Date fieldFilter field (the Link to table field) and Filter table (the linked table)Status field, Ics field, and View link field should be configured if you wish to use those features.This n8n workflow relies on a mix of foundational and specialized n8n node types to achieve API-driven configuration:
When clicking ‘Execute workflow’ (Manual Trigger n8n trigger):
Function: Starts the n8n workflow manually for testing and initial setup.
Key Configuration: Simple, designed to be easily swapped out for a webhook or schedule n8n trigger for production.
Set Baserow credentials / Set table and field ids (Set n8n node):
Function: Used extensively for managing environment variables, credentials, and Baserow IDs, passing them securely between n8n nodes.
Key Configuration: Stores JWT Token prefix JWT {{ $json.accesstoken }} and numerous numeric Baserow resource IDs.
Create a token / Create new calendar view / Create filter / Share the view (HTTP Request n8n node):
Function: Performs critical API interactions with the Baserow service, essential for authentication and dynamic view creation/configuration.
Key Configuration: Each n8n node uses dynamic expressions (={{$('Node Name').item.json[...]}}) to construct the URL, headers (Authorization: JWT Token), and JSON body for API calls. For example, Create filter uses type: linkrowhas and dynamically references the ID of the record currently being iterated upon.
Get all records from filter table (Baserow n8n node):
Function: Fetches the list of entities (e.g., customers or employees) for whom personalized views must be generated. This n8n node dictates the number of iterations for the rest of the workflow.
Update the url's (Baserow n8n node):
Function: Updates the original record with the outputs of the API process, storing the newly created icalfeed_url and Baserow view link.
Key Configuration: Operation: update, uses dynamic field IDs (e.g., Ics field) and the row ID of the current item to ensure precise data update.
Leverage this robust n8n workflow to automate your Print-on-Demand business. Trigger listings from Google Drive, use OpenAI Vision for SEO copy, generate mockups, and publish automatically to Shopify and social media platforms. This advanced n8n template scales your e-commerce operations efficiently.

Automate delivery of medical prescriptions using this powerful n8n workflow. Monitor Google Sheets for new records and instantly send details via Email (SMTP) and WhatsApp.

Use this custom n8n workflow to automate Power BI dataset refreshes instantly. Monitor refresh status and history using the Power BI n8n node for robust data pipeline control.

Use this comprehensive n8n workflow to automate product advertisement creation. Triggered by Telegram, it uses OpenAI Vision and Fal.AI to generate images and captions, and posts approved content to Facebook.

I have a background in software engineering and work as a product specialist at Baserow and already did a lot of implementations for customers where I combine Baserow with n8n.







































