Skip to main content

I am using AirTable to organize my personal consulting business. I would like to sync my Google calendar with Airtable, so anytime a meeting is added I have the duration, my rate, and then the total cost. I’ve tried to sync the meetings, but it only tracks start and end time. How do I automatically calculate duration?

Add a formula field that uses DATETIME_DIFF() using ‘seconds’ as the time interval, and format the result as a duration.


Add a formula field that uses DATETIME_DIFF() using ‘seconds’ as the time interval, and format the result as a duration.


That worked, thank you so much!