Skip to main content
Answer

Tracking Duration of Meetings

  • April 19, 2022
  • 2 replies
  • 47 views

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?

Best answer by Kamille_Parks11

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

2 replies

Kamille_Parks11
Forum|alt.badge.img+27

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


  • Author
  • New Participant
  • April 21, 2022

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!