Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Tracking Duration of Meetings

Topic Labels: Automations
Solved
Jump to Solution
1301 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Lexie_Gruber-Pe
4 - Data Explorer
4 - Data Explorer

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?

1 Solution

Accepted Solutions
Kamille_Parks
16 - Uranus
16 - Uranus

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

See Solution in Thread

2 Replies 2
Kamille_Parks
16 - Uranus
16 - Uranus

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!