Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
/ gc-ec Public archive

Google Calendar Event Counter - This simple web app was build with ```create-react-app``` for practice with Google Calendar API, lerning React and to help counting total time spent on projects in previus month.

Notifications You must be signed in to change notification settings

janjag/gc-ec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gc-ec => Google Calendar Event Counter

About

This simple web app was build with create-react-app for practice with Google Calendar API, lerning React and to help counting total time spent on projects in previus month. For now it will cycle through all calendars that you have at least writer permission.

Application is using cookies/localstorage for storing necessary informations.


Assumptions:

  • Days off are marked as full day events
  • Events that overlaps with other events should have it color changed - and won't be counted. Partial overlap is curently not supported.

Current problem 😞

Some calendars settings are kept in local storage and cause problems after updating app. While i'm still looking for a solution for this problem currentle the only option is to manually clear local storage.

To Do

  • Auth based routing
  • Display list of calendars with basic informations
  • Add configuration to calendars
  • Display list of events for selected calendar
  • Add option to show events form selected dates range
  • Add sorting/filtering for events
  • Add options panel and some more options

About

Google Calendar Event Counter - This simple web app was build with ```create-react-app``` for practice with Google Calendar API, lerning React and to help counting total time spent on projects in previus month.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published