const Airtable = require('airtable'); const airtable = new Airtable({apiKey: 'patMH--changed--FEQXBB4',}); // Replace with your Airtable base IDconst baseId = 'appM0aa--changed--DFmhzwJv6w'; // Replace with the table name you want to accessconst tabl...
const Airtable = require('airtable'); const airtable = new Airtable({apiKey: 'patMH--changed--FEQXBB4',}); // Replace with your Airtable base IDconst baseId = 'appM0aa--changed--DFmhzwJv6w'; // Replace with the table name you want to accessconst tabl...
How do i insert a link in the calendar notes so that when I click that link, it should open the airtale record in just one click? Currently, I have to click twice to open the record on the browser.
I am do not receive notifications ( dings ) on iphone or imac from airtable's created calendar events that i subscribed from the airtable. How do i fix it ?