Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCDC

Google Calendar Distribution Checker

This project is focused on providing tools for analyze your distribution of specifics events on Google Calendar

Initialization

  1. Create your own app on Google Developer Console with Calendar API
  2. Download your credentials
  3. Rename your credentials "client_id.json" and place it on resources directory

Sample

Code

DistributionChecker distributionChecker=new DistributionChecker("your_calendar_name");
Map map=distributionChecker.getNormalizedDistribution(Arrays.asList(new String[]{"event_1","event_2"});

Output

{event_1=0.4270833333333333, event_2=0.5729166666666666}

About

Google Calendar Distribution Checker

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages