Hi,
I have tried the module and it works nice. I have a feature request. At teh moment the calendar is based on http://www.google.com/calendar/feeds/%s/public/full?hl=en&singleevents=t..., which means that the interface provided by GCalendar is only in English, despite of the fact that some of the events when they are not English are displayed in the correct language, but not the labels. I suspect the the problem lies in ?hl=en, which should definable in order to have the correct language respond.
tnx
Comments
Comment #1
kansaj commentedDecided to do it in the easier way and changed t(ucfirst($key)) in the ageng-block. Now it is able to be translated correct by Drupal.
Comment #2
aidanlis commentedGood idea, thanks.