pombreda / gcalcli

Automatically exported from code.google.com/p/gcalcli
0 stars 0 forks source link

createEvent Integration #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently gcalcli only does quick add and doesn't use the APIs createEvent 
function. Quick add doesn't allow users to add notes about an event.

Perhaps some syntax like:

gcalcli -chstv add [title] [start/when] [end]

where:
 -c is --content
      accepts a string for event content (--content="Some special notes about this event")
 -h is --html
      sets the contents mime-type as HTML
 -s is --status
      sets the event status as confirmed=1, tentative=0, or canceled=-1
 -t is --transparency
     can be set to 0 or 1 (--transparency=0)
 -v is --visibility
     can be set to 0 or 1 (--visibility=0)

Original issue reported on code.google.com by conner...@gmail.com on 25 Oct 2011 at 2:13

GoogleCodeExporter commented 9 years ago
http://code.google.com/apis/calendar/data/1.0/developers_guide_php.html#Creating
Events

Original comment by conner...@gmail.com on 25 Oct 2011 at 2:14

GoogleCodeExporter commented 9 years ago
Oops... meant to make this an Enhancement

Original comment by conner...@gmail.com on 25 Oct 2011 at 2:15

GoogleCodeExporter commented 9 years ago
I agree this would be a good enhancement.  gcalcli was moved to github so 
please file this issue there if you'd like to see some traction.

https://github.com/insanum/gcalcli

Original comment by eda...@insanum.com on 15 May 2012 at 2:49