New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #21790 (closed request: fixed)

Opened 4 years ago

Last modified 3 years ago

Please add gcalcli to macports. (Python tool to manipulate Google calendars via the UNIX command line)

Reported by: brian.gupta@… Owned by: and.damore@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: gcalcli

Description

Project homepage: http://code.google.com/p/gcalcli/

Requirements:

  • Python (port install python)
  • Google's GData Python module (port install py-gdata)
  • ElementTree Python module (port install py-elementtree)
  • dateutil Python module (port install py-dateutil)

Features:

  • list your calendars
  • show an agenda using a specified start/end time and date
  • graphical calendar display (my paying homage to the remind application)
  • search for past and/or future calendar events
  • "quick add" new calendar events to your default calendar
  • run as a cron job and execute a command for reminders
  • work against specific calendars (by calendar type or calendar name regex)
  • config file support for specifying program defaults
  • colored output and unicode character support
  • easy integration within shell scripts, cron, screen, conky, etc

Attachments

Portfile (1.3 KB) - added by vigevenoj@… 3 years ago.
Portfile for gcalcli

Change History

comment:1 Changed 4 years ago by brian.gupta@…

After installing the prerequisites the only thing you have to do to get this to work is change the first line from: #!/usr/bin/python

to

#!/opt/local/bin/python

comment:2 Changed 4 years ago by jmr@…

  • Version 1.8.1 deleted
  • Type changed from enhancement to request

comment:3 Changed 3 years ago by and.damore@…

  • Status changed from new to assigned
  • Owner changed from macports-tickets@… to and.damore@…

Changed 3 years ago by vigevenoj@…

Portfile for gcalcli

comment:4 Changed 3 years ago by and.damore@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Committed vigevenoj's Portfile in r70720.

comment:5 Changed 3 years ago by jmr@…

  • Port set to gcalcli
Note: See TracTickets for help on using tickets.