


eigenCal - Calendar Screenlet
Conky by eigenstil 86 comments
Hi there!
Inspired by your project, I'd like to say that I've started to work with a Calendar Screenlet project that will show multiple Google Calendars. No need for any ics-files, just enter your Google login name and password. It does also deal with recurring events. I would need a few friends willing to help develop the GCal Screenlet as a team. Please have a look at: http://gnome-look.org/content/show.php?content=125014 - May 20 2010
Inspired by your project, I'd like to say that I've started to work with a Calendar Screenlet project that will show multiple Google Calendars. No need for any ics-files, just enter your Google login name and password. It does also deal with recurring events. I would need a few friends willing to help develop the GCal Screenlet as a team. Please have a look at: http://gnome-look.org/content/show.php?content=125014 - May 20 2010

eigenCal - Calendar Screenlet
Conky by eigenstil 86 comments
I found out today that if the .ics file contains repeated events on specified weekdays eigenCal won't start up at all.
Here's an example of an ics file entry causing the problem:
RRULE:FREQ=WEEKLY;BYDAY=TU
The statement comes from a google calendar. For the moment I solved the problem by instructing eigenCal read from a local file that I create with the following command:
wget http://www.google.com/calendar/ical/MY_EMAIL.com/private-SOME_NUMBER/basic.ics|grep -v RRULE basic.ics > mycalendar.ics
By the way, I love the eigenCal screenlet. Keep up the good work!
- May 17 2010
Here's an example of an ics file entry causing the problem:
RRULE:FREQ=WEEKLY;BYDAY=TU
The statement comes from a google calendar. For the moment I solved the problem by instructing eigenCal read from a local file that I create with the following command:
wget http://www.google.com/calendar/ical/MY_EMAIL.com/private-SOME_NUMBER/basic.ics|grep -v RRULE basic.ics > mycalendar.ics
By the way, I love the eigenCal screenlet. Keep up the good work!
- May 17 2010