[RELEASE] Calendar (Script) for XBMC - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: [RELEASE] Calendar (Script) for XBMC (/showthread.php?tid=66339) |
[RELEASE] Calendar (Script) for XBMC - cinpou - 2010-01-07 Yo! I present you a script to show your local (.ics), web (.ics), and Google Calendar. This script support english and french language. You can also configure the script to set Sunday the first week day. Final release will contain an event editor. Download - rgf21 - 2010-01-07 Here is a Portuguese translation if you want: Code: <?xml version="1.0" encoding="utf-8" standalone="yes"?> - cinpou - 2010-01-07 Thanks, i've saved it and will publish it in the next release - Ilia - 2010-01-07 great script! I have an issue though, on some date for the google calendar I get: PHP Code: ERROR: Exception in python script's onAction any suggestions? - cinpou - 2010-01-07 dunno... perhaps a traduction problem... what is your platform? - Ilia - 2010-01-08 its Mac OS 10.6 running camelot 9.11, everything else works fine though - cinpou - 2010-01-08 there's some problem in Linux, but i've found correction... for the next release for MacOS, i can't test, and i don't understand the error... any specialist in the place? - Ilia - 2010-01-08 could it be something to do with a "all day" event? - Temhil - 2010-01-08 Hum, I would check the string.xml, it seems the call "self.Language.getLocalizedString(1212)" does not return a string (possibly 'None'?) and that raise an exception. - cinpou - 2010-01-08 yo Temhil! Nice to read you in an other language! i've tested the script in french and english, and there's no problem for me. do you understand the error? what is it for? - Ilia - 2010-01-08 have you tried it with a google calendar with a "all day event" this is what is not working for me. All other events are good. Am not sure if its system/xbmc related. - cinpou - 2010-01-09 yep, it work for me with all day events i will try to touch a mac before the next beta, but i can't promise... - SGCZ - 2010-01-09 is possible synchronization with Microsoft Outlook or Exchange Server? - cinpou - 2010-01-10 yo! i've find the bug Ilia; Correction in the next beta. sorry SGCZ, microsoft exchange support is not in my roadmap, for three reasons : i can't test it, it's a very close format, and there's lot of tools to synchronize outlook and gmail - Ilia - 2010-01-10 Thanks cinpou! waiting patiently! Ilia |