ACueva / googlecl

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

calendar today output unhelpful #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Execute the command "google calendar today" to require a readout of your 
daily agenda

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

I was expecting to see at least the title and time for today's agenda. Instead, 
I only see a title and a hard-to-read link. Here's the rough output I'd like to 
be able to see by default, or configure my way toward:

Study date with library, 12pm-4pm
Dinner with Annie, 7pm-8pm

The google calendar today function is unusable until times are listed, but once 
they're listed it becomes an extremely valuable tool.

What version of the product are you using? On what operating system?
google 0.9.5

Please provide any additional information below.
Terrific project, best wishes!

Original issue reported on code.google.com by dclay...@gmail.com on 19 Jun 2010 at 3:44

GoogleCodeExporter commented 9 years ago
*request (not require)

Original comment by dclay...@gmail.com on 19 Jun 2010 at 3:45

GoogleCodeExporter commented 9 years ago
Just so people know, you can currently use the following command to get the 
desired result

google calendar today title,when --delimiter ", "

Original comment by ra.rocha...@gmail.com on 21 Jun 2010 at 4:20

GoogleCodeExporter commented 9 years ago
You can make ra.rocha.jr's solution permanent by editing your config file. See 
the ConfigurationOptions wiki article (look for stuff about list styles). The 
only downside is that you cannot specify a space in your delimiter using the 
config file because of how ConfigParser reads said file.

I made "title,when" the default list style for the calendar service in the next 
revision, since that makes much more sense than the value given in the GENERAL 
section.

Original comment by tom.h.mi...@gmail.com on 21 Jun 2010 at 5:51

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r271.

Original comment by tom.h.mi...@gmail.com on 21 Jun 2010 at 5:52

GoogleCodeExporter commented 9 years ago
Anyway someone can show me how to run CL to show the NEXT event/appointment in 
my calendar. Just the next one.

Thanks.

Original comment by chrispie...@gmail.com on 16 Nov 2012 at 1:28