20/July/2004

Clock applet and E-D-S

Davyd,
for getting the colors assigned to each calendar for your clock applet hack, just use:

      gboolean e_source_get_color (ESource *source, guint32 *color_return);
      

So, you just need to get the ESource for each calendar, and then
get the color assigned to it via this function.