salimoha / googlecl

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

Reminder not set if its value AND calendar name are double-quoted #476

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Execute: google calendar add --cal SMS  --reminder "1m" "Event at 02:35am" 
-> It doesn't set the reminder of the event.
2. Now execute: google calendar add --cal SMS  --reminder 1m "Event at 02:35am" 
-> It does set the reminder.
3. Also try: google calendar add --cal SMS  --reminder "1m" Event -> This also 
works, but since there are no double-quotes on the event's name, with can't 
have more than one word (on bash).

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?

Using Debian "Squeeze":

googlecl                  0.9.9-1
python-gdata              2.0.8-1.1

Please provide any additional information below.

Commands executed on bash.

Original issue reported on code.google.com by mt.pere...@gmail.com on 27 Apr 2012 at 1:38

GoogleCodeExporter commented 9 years ago

Original comment by szy...@endpoint.com on 29 Dec 2012 at 9:30