Skip to content

whodevil/gcal-to-org

Repository files navigation

gcal to org-agenda

This uses google’s api to retrieve events from a private google calendar and land them in a directory as org files.

Pre-requisites

  • Make a copy of the example.configuration.properties file. By default the project looks for a file in this project dir named configuration.properties.
  • Read Google’s Java Quickstart then update the properties file with the fully qualified path to the json file downloaded as part of the guide.

Run

NOTE: the first time you run the project, there will be an interactive step, where you must open a link and give the app access to your google calendar. Check the logs for this link.

./gradlew run

Tell emacs about the output dir

(setq org-agenda-files (list "/path/to/org/agenda/directory/")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages