google-calendar-time-tracker
This is a Google Apps Script Web App that, given a Google calendar and date range, provides a summary of the total hours and number of events during the range as well as details for each event.
AI Summary
Google Calendar Time Tracker
GAS web app summarizing hours and events
Target Users
Intermediate developers deploying a GAS web app to automate Google Calendar time tracking
Problems Solved
Manual effort to total time and list events for a calendar within a date range
Tags
Main Features
Totals by range
Calculates total hours and number of events for a calendar and date range
Event details list
Lists per-event details within the selected date range
Minimal data use
No user or account data collected; only counts of users and executions
Prod/Dev workflow
Use npm scripts to build/push/deploy and switch between prod and dev
Build to single file
Build step converts sources into a single Google Script file for deployment
Usage Examples
Due to insufficient public information, the README does not include a GAS code example.