Toon app: Kalender

Forum about forum-provided applications on Toon

Moderators: marcelr, TheHogNL, Toonz

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

Re: Toon app: Kalender

Post by Toonz »

Templar wrote:
Toonz wrote: ..................at least I know now why the dates in your own file are not showing up, it is because you use just <LF> as line separator where the app is expecting <CR><LF>..............
Wow, how did you came to that conclusion?
FYI: I use a Windows 10 OS with the programs WinSCP to edit userSettings.json and Notepad++ to edit the ICS files.

EDIT:
Checked the Notepad++ settings, it already used the Windows format (CR LF) for the ICS files correctly. Changing to UNIX format (LF) makes the ICS file not shown into the Kalender App.

I also use UTF-8 without BOM as character encoding.
Hi Templar,

I found a bug related to the missing end dates.
Can you manually install the ipk in the attached zipfile and check if this fixes the issue with your own calendar?
Still assuming the calendar file has <CR><LF> as line separators ;-).
If ok, I will publish this one in ToonStore as well.

Kind regardz,

Toonz
Attachments
calendar_1.1.2-r0_qb2.zip
(16.24 KiB) Downloaded 381 times
member of the Toon Software Collective
Templar
Member
Member
Posts: 178
Joined: Fri Mar 18, 2011 8:49 pm
Location: Netherlands

Re: Toon app: Kalender

Post by Templar »

Toonz wrote: Hi Templar,

I found a bug related to the missing end dates.
Can you manually install the ipk in the attached zipfile and check if this fixes the issue with your own calendar?
Still assuming the calendar file has <CR><LF> as line separators ;-).
If ok, I will publish this one in ToonStore as well.

Kind regardz,

Toonz
Alas, it didn't work out.
If I remove a DTEND in a VEVENT it removes the event (or SUMMARY?) and places the next event (or SUMMARY) listed in the ICS file at it's date...
If it is the last event in the ICS file it lists the first event of the file in its place...
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Kalender

Post by Toonz »

Hi, I cannot reproduce this.
If you email me your specific ics file (of course you can anonymize all summary lines if you prefer) I can check what's going on....

Kind regardz,

Toonz
member of the Toon Software Collective
Templar
Member
Member
Posts: 178
Joined: Fri Mar 18, 2011 8:49 pm
Location: Netherlands

Re: Toon app: Kalender

Post by Templar »

Toonz wrote:Hi, I cannot reproduce this.
If you email me your specific ics file (of course you can anonymize all summary lines if you prefer) I can check what's going on....

Kind regardz,

Toonz
Mailed you via this forum (no file).
Rudi
Starting Member
Starting Member
Posts: 9
Joined: Sat Dec 29, 2018 11:33 pm

Re: Toon app: Kalender

Post by Rudi »

I am trying to install calendar on my newly rooted Toon.

opkg install calendar_1.1.2-r0_qb2.ipk gives me the follwing error:

Installing calendar (1.1.2-r0) to root...
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for calendar:
* tsc-certificates (>= 1.0.2) *
* opkg_install_cmd: Cannot install package calendar.

can someone help me to resolve this?
TerrorSource
Administrator
Administrator
Posts: 494
Joined: Thu May 04, 2017 9:28 pm

Re: Toon app: Kalender

Post by TerrorSource »

Rudi wrote:I am trying to install calendar on my newly rooted Toon.

opkg install calendar_1.1.2-r0_qb2.ipk gives me the follwing error:

Installing calendar (1.1.2-r0) to root...
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for calendar:
* tsc-certificates (>= 1.0.2) *
* opkg_install_cmd: Cannot install package calendar.

can someone help me to resolve this?
Guess that you tried to install the package manually and not via de ToonStore?

The tsc-certificates ipk is found here:
http://files.domoticaforum.eu/index.php ... ates-1.0.2
Bassie
Starting Member
Starting Member
Posts: 16
Joined: Mon Nov 06, 2017 4:24 pm

Re: Toon app: Kalender

Post by Bassie »

Nice addition for the Toon! Thanks!
Works OK, added our kids schoolcalendars.
edwin999
Starting Member
Starting Member
Posts: 29
Joined: Fri Dec 28, 2018 5:37 pm

Re: Toon app: Kalender

Post by edwin999 »

After having added my google calender ics to userSettings.json I am seeing past entries in the Toon app, i.e. following entry is shown in Toon for 09-01:

BEGIN:VEVENT
DTSTART;VALUE=DATE:20110110
DTEND;VALUE=DATE:20110111
RRULE:FREQ=WEEKLY;UNTIL=20110124;BYDAY=MO,WE
DTSTAMP:20190108T200648Z
UID:.....................................@google.com
CREATED:20101227T125608Z
DESCRIPTION:
LAST-MODIFIED:20110115T042057Z
LOCATION:
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:cursus java
TRANSP:TRANSPARENT
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:This is an event reminder
TRIGGER:-P6DT15H0M0S
END:VALARM
END:VEVENT

Do you have any idea why this happens?
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Kalender

Post by Toonz »

I did some debugging and found out it is because the UNTIL tag doesn't contain minutes and seconds.
I assumed these to be there by default because they were generated as such in my google calendar.

I will change this in the next release, probably next week.
By doing this I also noticed I can significantly speedup processing of these old entries which are already expired.
(you have 7 year old expired entries still in your calender ;-) ? ).

Stay tuned....

Kind regards,

Toonz
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 »

Many thanks for looking into this :)
I indeed have some very old entries in calendar.google.com: up until 2009...
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.3 is available in ToonStore.
Changelog:
- supporting Microsoft Office365 Outlook ics files
- processing UNTIL entries without timestamp correctly
- significantly increased performance of handling expired recurring items

Kind regardz,

Toonz
member of the Toon Software Collective
mAiden
Member
Member
Posts: 330
Joined: Mon Jul 10, 2017 10:22 am

Re: Toon app: Kalender

Post by mAiden »

Will test Office365 tonight.
Will be nice as this work, I can add my work calendar to Toon then.
Member of the Toon Software Collective
Rudolf
Member
Member
Posts: 136
Joined: Mon Dec 04, 2017 8:50 pm

Re: Toon app: Kalender

Post by Rudolf »

Added birthdays and important dates and appointments to Google Calendar and added them to my Toon with ease, very nice!

Now I wish mijnafvalwijzer could export an ical.... That would combine the two on a single tile.

Thanks for the great app.
Toonz
Forum Moderator
Forum Moderator
Posts: 1873
Joined: Mon Dec 19, 2016 1:58 pm

Re: Toon app: Kalender

Post by Toonz »

Rudolf wrote:Now I wish mijnafvalwijzer could export an ical.... That would combine the two on a single tile.
I could build an ics file in the waste collection app for use in the calendar app, that would work probably.
Although personally I prefer the big waste icons in the thermostat panel, which give you notice from a distance.
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 »

Toonz wrote:
Rudolf wrote:Now I wish mijnafvalwijzer could export an ical.... That would combine the two on a single tile.
I could build an ics file in the waste collection app for use in the calendar app, that would work probably.
Although personally I prefer the big waste icons in the thermostat panel, which give you notice from a distance.
Done creating the ICS file, was less then 20 lines of code.....will be in version 4.11 of the waste collection app.
(working for all waste collectors by the way)
member of the Toon Software Collective
Post Reply

Return to “Toon Apps”