pombreda / gcalcli

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

[Enancement w/ patch] Set color per-calendar #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to set an output calendar per-color

What is the expected output? What do you see instead?
Color set to a specific calendar name

What version of the product are you using? On what operating system?
gcalcli 61 2007-10-13 18:44:46Z on Ubuntu 11.04

Please provide any additional information below.
Simple patch is attached to provide the --custom-color-cal-name [NAME] 
--custom-color-cal-color [COLOR] options. These can be provided 0 or more 
times, provided both are provided the same number of times. The nth named 
calendar (and its events) will appear in the nth named color.

Original issue reported on code.google.com by michael....@gmail.com on 16 Jul 2011 at 12:38

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for this.  I will be integrating your patch and this functionality.

Original comment by eda...@insanum.com on 27 Jul 2011 at 4:33

GoogleCodeExporter commented 9 years ago
Fixed.  I've added this feature but implemented it differently.  Instead I 
allow the user to override the color using an optional #color after the 
calendar name.  For example: --cal "Eric Davis"#red --cal foo#green

Original comment by eda...@insanum.com on 5 Aug 2011 at 9:31