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?
Page 1 / 1
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!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.