#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: | anddam (Andrea D'Amore) |
---|---|---|---|
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 (1)
Change History (6)
comment:1 Changed 15 years ago by brian.gupta@…
comment:2 Changed 15 years ago by jmroot (Joshua Root)
Type: | enhancement → request |
---|---|
Version: | 1.8.1 |
comment:3 Changed 15 years ago by anddam (Andrea D'Amore)
Owner: | changed from macports-tickets@… to and.damore@… |
---|---|
Status: | new → assigned |
comment:4 Changed 14 years ago by anddam (Andrea D'Amore)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed vigevenoj's Portfile in r70720.
comment:5 Changed 14 years ago by jmroot (Joshua Root)
Port: | gcalcli added |
---|
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