Skip to content

jesse-osiecki/gcalcli-archlinux

 
 

Repository files navigation

gcalcli

Google Calendar Command Line Interface

gcalcli is a Python application that allows you to access your Google Calendar(s) from a command line. It's easy to get your agenda, search for events, add new events, delete events, edit events, and even import those annoying ICS/vCal invites from Microsoft Exchange and/or other sources. Additionally, gcalcli can be used as a reminder service and execute any application you want when an event is coming up.

Check your OS distribution for packages.

Requirements

Optional packages

  • vobject Python module

    Used for ics/vcal importing.

  • parsedatetime Python module

    Used for fuzzy dates/times like "now", "today", "eod tomorrow", etc.

Screenshots

See docs/README.md

gcalcli

Install with package Manager

  • Install it in your favorite distro (apt-get install gcalcli, ...)

  • cp .gcalclirc.sample .gcalclirc # and edit it!

  • Use: gcalcli agenda

Enjoy! For more on how to use it, see docs in docs/

Install on github

 $ git clone git://github.com/insanum/gcalcli.git gcalcli/
 $ cp gcalcli/.gcalcli.sample ~/.gcalcli
 $ gcalcli/gcalcli agenda

About

Google Calendar Command Line Interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.1%
  • CSS 1.9%
  • JavaScript 1.2%
  • Other 0.8%