Toon app: Kalender

Forum about forum-provided applications on Toon

Moderators: marcelr, TheHogNL, Toonz

mAiden
Member
Member
Posts: 330
Joined: Mon Jul 10, 2017 10:22 am

Re: Toon app: Kalender

Post by mAiden »

mAiden wrote:Will test Office365 tonight.
Will be nice as this work, I can add my work calendar to Toon then.
Thanks Toonz for great work.
My work office365 calendar works perfect on my Toon.
Will only be nice if there is an appointment all day, then the other one of the same Day (or next one) can go under. Did not really get it right now.
Member of the Toon Software Collective
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Kalender

Post by Toonz »

yeah, have been thinking about that.
One solution can be to rotate all active appointments on the tile in dim-state (while showing an indictor like 2/3 if it is the second of three active appointments).

For the other screens I could put the 'all day' events below shorter appointments during the day indeed....
member of the Toon Software Collective
edwin999
Starting Member
Starting Member
Posts: 29
Joined: Fri Dec 28, 2018 5:37 pm

Re: Toon app: Kalender

Post by edwin999 »

Thanks a lot, the latest update did fix most of my appearing past recurrences.
One type of recurrence does however still show up, see below for an example:

BEGIN:VEVENT
DTSTART;TZID=Europe/Amsterdam:20120814T090000
DTEND;TZID=Europe/Amsterdam:20120814T130000
RRULE:FREQ=WEEKLY;COUNT=3;BYDAY=TU,WE,TH
DTSTAMP:20190114T201626Z
UID:................@google.com
CREATED:20120612T075450Z
DESCRIPTION:
LAST-MODIFIED:20120612T075619Z
LOCATION:..........
SEQUENCE:2
STATUS:CONFIRMED
SUMMARY:Snelcursus B
TRANSP:OPAQUE
END:VEVENT

But this type ("COUNT=3") is probably hard to fix in the code, and since I have not many of these types I will enddate them in calendar.google.com myself.

Regards, Ed
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Kalender

Post by Toonz »

You're right, I haven't implemented all possible variations of recurrences.
Anyway, I will have a look to have the app handle it properly (call it continuous improvement) :-)

EDIT:I spotted the issue: the COUNTER tag was (unintentionally) ignored when also having the BYDAY tag.
Will have it fixed in a next release next week at the earliest
member of the Toon Software Collective
edwin999
Starting Member
Starting Member
Posts: 29
Joined: Fri Dec 28, 2018 5:37 pm

Re: Toon app: Kalender

Post by edwin999 »

Ok, I will leave some of these entries in for testing purposes.

One other note: weekly recurrences on Toon are prepended with "(w)", is that for debugging purpose?
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Kalender

Post by Toonz »

edwin999 wrote:One other note: weekly recurrences on Toon are prepended with "(w)", is that for debugging purpose?
I put it there intentionally, it shows you the recurrence frequency for info (j)aar, (w)eek, (d)ag or (m)onth...
member of the Toon Software Collective
edwin999
Starting Member
Starting Member
Posts: 29
Joined: Fri Dec 28, 2018 5:37 pm

Re: Toon app: Kalender

Post by edwin999 »

Toonz wrote:
edwin999 wrote:One other note: weekly recurrences on Toon are prepended with "(w)", is that for debugging purpose?
I put it there intentionally, it shows you the recurrence frequency for info (j)aar, (w)eek, (d)ag or (m)onth...
Since I like the screen to show a minimal amount of noise I edited qmf/qml/apps/calendar/CalendarApp.qml and commented out following

// recurrenceFlagScr = "(*)";
// if (recurrenceTxt.indexOf("FREQ=WEEKLY") > -1) recurrenceFlagScr = "(w)";

(also because my weekly appointments are not allways weekly but sometimes also biweekly or one every 6 weeks)

ps: I appreaciate what you have done to make this work, it certainly is a lot of code!

Rgds, Ed
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Kalender

Post by Toonz »

no problem, I could make it configurable. Let's see if more views popup here....
member of the Toon Software Collective
Xavier
Member
Member
Posts: 174
Joined: Wed Jan 16, 2019 1:40 am

Re: Toon app: Kalender

Post by Xavier »

Is there an option to only collect ICS data for the next upcoming X days?
X= for example 5 of 7 of 10 days? So that not the entire ICS calender has to be downloaded?
Toon2 with 6.0.2 firmware TSC 2.1.7
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Kalender

Post by Toonz »

Xavier wrote:Is there an option to only collect ICS data for the next upcoming X days?
X= for example 5 of 7 of 10 days? So that not the entire ICS calender has to be downloaded?
I need to download the whole calendar first to check which appointments are active (especially for recurring events).
I am not aware of options in Google or iCloud to download partial calendars.
Proper calendar maintenance (archiving/deleting old entries) is probably the best approach to speed up processing.
member of the Toon Software Collective
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Kalender

Post by Toonz »

Hi all,

version 1.1.4 is available on ToonStore.
Changelog:
- ensure compatibility with upcoming firmware versions. No new functionality

Kind regardz,

Toonz
member of the Toon Software Collective
driesk
Starting Member
Starting Member
Posts: 9
Joined: Mon Oct 20, 2014 2:33 pm

Re: Toon app: Kalender

Post by driesk »

first a big thank you to all developers here. :) I have learned so much from this forum.
I recently rooted a toon 1 and installed afvalkalander with succes.
Because i have an other toon for daily use, i uninstalled most apps and put toon away for a few weeks.
Now i want to reinstall afvalkalender but i does not install any more.
sw 5.0.4 tcs 1.4.0 toonstore 2.1.2
Btw other apps from the toonstore install just fine.
someone any ideas how to fix this??
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Kalender

Post by Toonz »

Either do it manually or wait a while (I will be out of the country next week). I need to update the installer for fresh installations on 5.0.4.

By the way : this topic is for the calendar app, not for the waste collection app :)
member of the Toon Software Collective
Xavier
Member
Member
Posts: 174
Joined: Wed Jan 16, 2019 1:40 am

Re: Toon app: Kalender

Post by Xavier »

Hi, sinds 1 week my toon keeps rebooting.
I now removed the kalender app and now Toon just Works as it should. Any one else also this problem?
looks like a time out issue when collecting the kalender data.
Toon2 with 6.0.2 firmware TSC 2.1.7
Apps: Sonos, Calender, garbagecalender, webcam, doorcam, Onkyo, Domoticzboard, Solar and weather app.
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Kalender

Post by Toonz »

could it be your calendar is being too big? Maybe try to remove old expired items?
member of the Toon Software Collective
Post Reply

Return to “Toon Apps”