This is a customized activity time calculator based on my Google Calendar.
- You need OAuth 2.0 Client Id from Google API Console in the name of
credentials.json
. - You need
appsettings.json
file in the root directory where you store the following data:CalendarId
: the id of the specific calendar that you want to get events from(How can I get the CalendarId?)CredentialPath
: it's the path of thecredentials.json
file.
- Make it a simple web app so I can use it on any devices where I can log in to my Google account.
- Detect if there are at least two concurrent events. If so, fail the operation.