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.
Apr 19, 2022 12:03 PM
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?
Solved! Go to Solution.
Apr 21, 2022 09:31 AM
Add a formula field that uses DATETIME_DIFF()
using ‘seconds’ as the time interval, and format the result as a duration.
Apr 21, 2022 09:31 AM
Add a formula field that uses DATETIME_DIFF()
using ‘seconds’ as the time interval, and format the result as a duration.
Apr 21, 2022 12:33 PM
That worked, thank you so much!