Ticket #21790 (closed request: fixed)
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
Change History
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@…
Note: See
TracTickets for help on using
tickets.


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