Help
Jay_P
7 - App Architect
7 - App Architect
since ‎Sep 08, 2020
‎Jun 06, 2024

User Statistics

  • 141 Posts
  • 0 Solutions
  • 11 Kudos given
  • 11 Kudos received

User Activity

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. 
One event takes too much of space on the calendar. How do I make the Subscription events to be of 30 mins ? 
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 ?