salimoha / googlecl

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

google calendar does not return when #398

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. google calendar add "testing this 11pm" --reminder 5m
2. google calendar today --fields name,when --delimiter " :: "
3.

What is the expected output? What do you see instead?
Expected: testing this :: 23:00 2011-06-14 <or some form of this>
Got: testing this :: None

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

Linux mint debian 
Linux desktop 2.6.38-2-amd64 #1 SMP Sun May 8 13:51:57 UTC 2011 x86_64 GNU/Linux

Please provide any additional information below.

It got added to my calendar fine with the right date/time.

Cheers

Original issue reported on code.google.com by jvgooss...@gmail.com on 14 Jun 2011 at 8:58

GoogleCodeExporter commented 9 years ago
I have this issue as well, no matter what i try i cant get the when field to 
return anything 
google 0.9.12

ubuntu server (latest release, up to date)

sample output below
$ google calendar --cal="Class-Schedule"  --fields when,title list

[Class-Schedule]
None,university closed
None,Mineralogy I
None,Mineralogy Lab

Original comment by joh3.a...@gmail.com on 23 Aug 2011 at 3:36

GoogleCodeExporter commented 9 years ago
It's fixed in revision 541 (though it's originally intended to fix issue 358) 
and the fix has been included in googlecl 0.9.13, which was released in March 
31.

You need to update googlecl or just grab the tarball to use. You can run it 
locally and wait for your distro to update the package if 0.9.13 isn't in your 
distro yet.

Original comment by livibet...@gmail.com on 25 Aug 2011 at 5:58

GoogleCodeExporter commented 9 years ago
I just tested this with the code from trunk. It works.

Original comment by szy...@endpoint.com on 29 Dec 2012 at 6:40