[RELEASE] Calendar (Script) for XBMC
#31
cinpou Wrote:yo!

it's a non bug, described in the 10 previous post.
If you read them, you will find a way te repare it.
I'll repare this point quickly (on or two weeks)

Sorry friend,

But the post 10 does not solve my problem!
Reply
#32
Latest SVN's do NOT support scripts & plugins!
Reply
#33
Hi, I have got the ICS file from my google calendar, but how to insert it. Into which file of the calendar can I place the url of the ics file
Reply
#34
Yo!

If you have got a Google Calendar, you don't need the ics file.

Look at this video :
http://www.youtube.com/watch?v=sh-sPHZQ5E4

Chears
Reply
#35
Repost of the translation in to swedish I did.

Feal free to improve this.

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  <strings>
  <!-- MAIN MENU -->
  <string id="0">Kalender</string>
  <string id="1">Uppdatera</string>
  <string id="2">Händelser</string>
  <string id="3">Kalendrar</string>
  <string id="4">Avsluta</string>
  <string id="5">till</string>
  <!-- SUB MENU -->
  <string id="10">Visa</string>
  <string id="11">Lägg till</string>
  <string id="12">Uppdatera</string>
  <!-- Titles ->
  <string id="20">IDAG</string>
  <string id="21">UPPDATERA EN KALENDER</string>
  <string id="22">LÄGG TILL EN KALENDER</string>
  <string id="23">LÄGG TILL EN HÄNDELSE</string>
  <string id="24">UPPDATERA EN KALENDER</string>
  <string id="25">UPPDATERA EN HÄNDELSE</string>
  <string id="26">TA BORT EN HÄNDELSE</string>
  <string id="27">UPPDATERA ETT KONTO</string>
  <!-- Dialog -->
  <string id="30">Laddar kalendrar...</string>
  <!-- Calendars months -->
  <string id="101">Januari</string>
  <string id="102">Februari</string>
  <string id="103">Mars</string>
  <string id="104">April</string>
  <string id="105">Maj</string>
  <string id="106">Juni</string>
  <string id="107">Juli</string>
  <string id="108">Augusti</string>
  <string id="109">September</string>
  <string id="110">Oktober</string>
  <string id="111">November</string>
  <string id="112">December</string>
  <!-- Calendars days -->
  <string id="121">Måndag</string>
  <string id="122">Tisdag</string>
  <string id="123">Onsdag</string>
  <string id="124">Torsdag</string>
  <string id="125">Fredag</string>
  <string id="126">Lördag</string>
  <string id="127">Söndag</string>
  <!-- Calendars days abr -->
  <string id="131">Mån.</string>
  <string id="132">Tis.</string>
  <string id="133">Ons.</string>
  <string id="134">Tors.</string>
  <string id="135">Fre.</string>
  <string id="136">Lör.</string>
  <string id="137">Sön.</string>
  <!-- Calendars colors -->
  <string id="141">Röd</string>
  <string id="142">Rosa</string>
  <string id="143">Violett</string>
  <string id="144">Lila</string>
  <string id="145">Marin</string>
  <string id="146">Blå</string>
  <string id="147">Turkos</string>
  <string id="148">Grön</string>
  <string id="149">Lime</string>
  <string id="150">Orange</string>
  <string id="151">Brun</string>
  <!-- Show Events Panel -->
  <string id="1210">Idag</string>
  <string id="1211">till</string>
  <string id="1212">Hela Dagen</string>
  <string id="1213">Visa :</string>
  <string id="1214">Dölj :</string>
  <!-- Add Calendar Panel -->
  <string id="1220">Titel :</string>
  <string id="1221">Färg :</string>
  <string id="1222">Typ :</string>
  <string id="1223">Sökväg :</string>
  <string id="1224">Konto :</string>
  <string id="1225">Kalender :</string>
  <!-- Add Calendar Dialog -->
  <string id="1320">Titel</string>
  <string id="1321">Användarnamn</string>
  <string id="1322">Lösenord</string>
  <string id="1323">Kontrollera användarnamn och lösenord</string>
  <!-- Add Event Panel -->
  <string id="1230">Kalender :</string>
  <string id="1231">Titel :</string>
  <string id="1232">Startdatum :</string>
  <string id="1233">Starttid :</string>
  <string id="1234">Slutdatum :</string>
  <string id="1235">Sluttid :</string>
  <string id="1236">Alternativ :</string>
  <string id="1237">Återkommande slutar :</string>
  <string id="1250">Händelse titel</string>
  <string id="1251">Heldags händelse</string>
  <string id="1252">Startdatum (ÅÅÅÅMMDD) :</string>
  <string id="1253">Starttid (TTMM) :</string>
  <string id="1254">Slutdatum (ÅÅMMDD) :</string>
  <string id="1255">Sluttid (TTMM) :</string>
  <string id="1256">Händelsens plats</string>
  <string id="1257">Händelse beskrivning</string>
  <string id="1258">Händelsens upprepning</string>
  <string id="1259">Upprepningens slut (ÅÅÅÅMMDD) :</string>
  <!-- Add Event Recurrence -->
  <string id="1260">Ingen</string>
  <string id="1261">Dagligen</string>
  <string id="1262">Varje vecka</string>
  <string id="1263">Varje månad</string>
  <string id="1264">Varje år</string>
  <string id="1265">Händelsens upprepning</string>
  <string id="1266">Kan inte uppdatera denna information</string>
  <!-- Add Event Error -->
  <string id="1270">Fel</string>
  <string id="1271">Icke giltigt format</string>
  <string id="1272">Odefinierad</string>
  <string id="1273">Odefinierad</string>
  <string id="1274">Lyckades lägga till händelse</string>
  <string id="1275">Händelse uppdatering</string>
  <string id="1276">Lyckades uppdatera händelse</string>
  <string id="1277">Lyckades radera händelse</string>
  <string id="1278">Kan inte uppdatera händelse</string>
  <string id="1279">Kan inte ta bort händelse</string>
  <string id="1280">Vill du uppdatera händelsen</string>
  <string id="1281">Vill du radera händelsen</string>
  <string id="1282">Inkonsekventa start-och slutdatum</string>
  <string id="1283">Lägga till kalendern</string>
  <string id="1284">Välj den kalendern</string>
  <string id="1285">Lyckades</string>
  <string id="1286">Lyckades lägga till kalender</string>
  <string id="1287">Ogiltig sökväg</string>
  <string id="1288">Saknar sökväg</string>
  <string id="1289">Var god ändra sökväg</string>
  <string id="1290">Titel saknas</string>
  <string id="1291">Var god ändra titel</string>
  <!-- Add Event Panel -->
  <string id="1240">Titel :</string>
  <string id="1241">Färg :</string>
  <!-- Add Calendar Keyboard -->
  <string id="1301">Kalender namn</string>
  <string id="1302">till</string>
  <string id="1303">Hela dagen</string>
  <!-- Mod Calendar ContextMenu -->
  <string id="2001">Sluta uppdatera kalender</string>
  <string id="2002">Sluta uppdatera Google konto</string>
  <string id="2003">Kalender</string>
  <string id="2004">Radera kalender ?</string>
  <string id="2005">Ändra kalender ?</string>
  <!-- Mod Account ContextMenu -->
  <string id="2101">Konto titel</string>
  <string id="2102">Användarnamn :</string>
  <string id="2103">Lösenord :</string>
  <string id="2104">Konto</string>
  <string id="2105">Radera kontot och tillhörande kalendrar ?</string>
  <string id="2106">Ändra konto ?</string>
  <!-- OPTIONS MENU STRING -->
  <string id="30001">Veckan börjar med söndag</string>
</strings>
Reply
#36
Thank you so much for this script.
Can't wait to give it a try once script support is back in SVN Smile
Reply
#37
Yo!

I havn't seen any official information, so i prefer to wait a few days (weeks, months...?), until the team give us more documentations.

##It's a bit strange that a new version of xbmc break the compatibility, without information. I'm a bit desappointed about the communication method of the developpers (addons, tv support not supported, etc...). I'm waiting for the result, the next release will probably amazing us anyway##


Then i will create a new release for all my scripts/plugins when a xbmc beta will be announce.

@Jaken and all people who give me translations, thanks for your jobs, i will include them in the next release.
Reply
#38
all the info you need to convert your script to an addon is available now.
Reply
#39
Yo!

Thanks for your interest.

I already know it, and work actively on my different plugin and script.
I hope Calendar will be finished next week.
Reply
#40
I'm just starting to use an online calendar more and more (the new Yahoo Calendar)... consider to get a smartphone by the end of the month so will use it even more. An addon like this would be nice.
Reply
#41
Yo!

New release is available.

It supports the new addon system, and adds the swedish language

The link in the first post is updated, you can take it here.


An other point: i absolutely not understand the way to put an addon in the repository. The documentation speaks about e-mail, but what is the adress mail?!?
Perhaps my english is not enough to understand that.

I fought it's a lot of work to rewrite our plugins/scripts for the new system, and it's very difficult to post our work.
Please, be kind with your addons developpers. They are a part of the quality of this media center.
Reply
#42
Maybe it's possible to keep a version for XBOX? The new addon system is not supported so the previous version should do.
Reply
#43
http://xbmc.org/theuni/2010/07/07/submit-your-add-ons/ which links to http://wiki.xbmc.org/index.php?title=Off...Repository

subscribe to the mailing list and send us an e-mail.
Reply
#44
Hi all.

I've been trying to get this last version (1.5) working with my xbmc. I've got the xbmc version from the SVN, which supports addons, so I'm assuming that is not the problem.

Thing is, first I had a 'script failed' message, which went away once I commented line 70 on the addon's 'default.py' script (IIRC, a 'try:' between another 'try:' and a 'except:').

All good, now the script is opened by xbmc. However, I can't find a way to configure an account. I already looked at the addon's configuration window, but the only thing I seem to be able to configure is the week's start day.

I may very well be missing something dead obvious, but I would greatly appreciate some help :-)


Regards.
Reply
#45
Yohoho! Lot of people there!

@weetabeex :
You're right, there's a bug. The online release should work now.
To add a calendar, it's directly in the script, in the left menu (i dunno for the english translate if it's Agenda or Calendar). A panel near the calendar will appear. Have a look in this video : http://www.youtube.com/watch?v=sh-sPHZQ5...r_embedded

@Robotica: this release should work with camelot. Download it again (i've modify it to resolve the bug), and if something is wrong, give me your log file. I havn't camelot anymore, so i can't test it.

@spiff: thx for the url. Nice to see a dev there! When will the addons dev have a nice way to post their work?

Cheers!
Reply

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Calendar (Script) for XBMC1