In mine to solve them.....hahaBlacky's Boss wrote:Allright! I'm really sorry for constantly pointing out problems, but it's literally in my jobdescription
Toon app: Kalender
Moderators: marcelr, TheHogNL, Toonz
Re: Toon app: Kalender
member of the Toon Software Collective
Re: Toon app: Kalender
hi all,
1.0.9 is available in ToonStore as a bug fix for 1.0.8. I also added screenshots in ToonStore with the new screens.
Changelog:
- removed the error message regarding reading the logfile which showed way too often.
Kind regardz,
Toonz
1.0.9 is available in ToonStore as a bug fix for 1.0.8. I also added screenshots in ToonStore with the new screens.
Changelog:
- removed the error message regarding reading the logfile which showed way too often.
Kind regardz,
Toonz
member of the Toon Software Collective
Re: Toon app: Kalender
Is it an option when Toon is in a dim state to show the date of the upcoming event in a format like "Today at 08:00" or "Wed 12 December 2018 08:00" instead of "12 December 2018 08:00". I'm not that good in remembering the current date so this would be a nice add-on.
-
- Starting Member
- Posts: 36
- Joined: Tue Jul 11, 2017 10:39 am
Re: Toon app: Kalender
Gaat monster! Thnx for the hard work 

Re: Toon app: Kalender
Sure, I do already something similar in the 'Afvalwijzer' app using 'vandaag', 'morgen' and 'overmorgen'.marcog wrote:Is it an option when Toon is in a dim state to show the date of the upcoming event in a format like "Today at 08:00" or "Wed 12 December 2018 08:00" instead of "12 December 2018 08:00". I'm not that good in remembering the current date so this would be a nice add-on.
Just need to build in an extra timer which fires at midnight to update the labels.
Good idea, thanks for the feedback
member of the Toon Software Collective
Re: Toon app: Kalender
Hi all,marcog wrote:Is it an option when Toon is in a dim state to show the date of the upcoming event in a format like "Today at 08:00" or "Wed 12 December 2018 08:00" instead of "12 December 2018 08:00". I'm not that good in remembering the current date so this would be a nice add-on.
version 1.0.10 is available in ToonStore.
Changelog:
- date of the first appointment on the tile in dim state now shows as 'vandaag', 'morgen' and 'overmorgen' for the coming three days.
- Later dates are including the short day name, now formatted as "Ma 18 december" on the tile in dim state.
- Appointment title is now the top row, date and time the bottom two rows in dim state
I guess this will be the last update for now (unless bugs are found), focus will be on getting ToonStore and apps running on firmware 5.0.x
Kind regards,
Toonz
member of the Toon Software Collective
Re: Toon app: Kalender
Hello,
Thanks for version 1.0.10 it works super.
Thanks for version 1.0.10 it works super.
Re: Toon app: Kalender
Hi Toonz,
I am trying to read the "Worldwide Space Launches" Google ics calendar, but it seems to give problems. It says "Ophalen kalender", is it a bug or is the calendar file to big?
I am trying to read the "Worldwide Space Launches" Google ics calendar, but it seems to give problems. It says "Ophalen kalender", is it a bug or is the calendar file to big?
Re: Toon app: Kalender
Probably something 'unexpected' from my end. The iCalendar spec is quite extensive and so far I haven't implemented all possibilities.Templar wrote:Hi Toonz,
I am trying to read the "Worldwide Space Launches" Google ics calendar, but it seems to give problems. It says "Ophalen kalender", is it a bug or is the calendar file to big?
I will have a look on this one (tomorrow latest)
member of the Toon Software Collective
Re: Toon app: Kalender
It starts with the first item, which doesn't have an end date.Toonz wrote:Probably something 'unexpected' from my end. The iCalendar spec is quite extensive and so far I haven't implemented all possibilities.Templar wrote:Hi Toonz,
I am trying to read the "Worldwide Space Launches" Google ics calendar, but it seems to give problems. It says "Ophalen kalender", is it a bug or is the calendar file to big?
I will have a look on this one (tomorrow latest)
That is fixed with one line of code change, but I noticed I need some more to properly handle the calendar.
Will be in 1.0.11
member of the Toon Software Collective
Re: Toon app: Kalender
I dug into the Internet Calendaring and Scheduling Core Object Specification and noticed that 'Anniversaries' and 'daily reminders' like birthdays doesn't need a DTEND property, is that the problem?Toonz wrote:It starts with the first item, which doesn't have an end date.Toonz wrote: Probably something 'unexpected' from my end. The iCalendar spec is quite extensive and so far I haven't implemented all possibilities.
I will have a look on this one (tomorrow latest)
That is fixed with one line of code change, but I noticed I need some more to properly handle the calendar.
Will be in 1.0.11
Last edited by Templar on Sun Dec 16, 2018 8:15 pm, edited 1 time in total.
Re: Toon app: Kalender
Yes, it is just that I wrongly assumed there is always an end-date because if you create an all-day Google calendar entry it does create an end-date for you.
member of the Toon Software Collective
Re: Toon app: Kalender
Hi all,
the space launches calendar is now reading fine as well (still with one line of code added) to ignore missing end dates (will be in 1.0.11).
However, this ICS file is huge (750Kb), on a Toon 2 it takes about 10 seconds to process.
I will test it tomorrow on a Toon 1 as well.
kind regardz,
Toonz
the space launches calendar is now reading fine as well (still with one line of code added) to ignore missing end dates (will be in 1.0.11).
However, this ICS file is huge (750Kb), on a Toon 2 it takes about 10 seconds to process.
I will test it tomorrow on a Toon 1 as well.
kind regardz,
Toonz
member of the Toon Software Collective
Re: Toon app: Kalender
Will it be possible to locally read an .ICS file from Toon (file://........)in the near future?