Page 18 of 19

Re: Toon app: Kalender

Posted: Sun Mar 20, 2022 2:04 pm
by FoonToon
Hi, I’ve managed it almost. ‘Almost’ because I see only the dutch holydays, regarding your line “ if the userSettings.json file doesn't exists, a default one is created with the NL holidays calendar. So I want to put the given file (adjusted with my own url ofcourse) in the right directory, but the phrase “add the file userSettings.json (sample attached) to the folder ../apps/calendar” is to misty for a noob like me. So please tell me what is the complete path.

Edited: Already solved.

Re: Toon app: Kalender

Posted: Wed May 31, 2023 10:20 pm
by Joskep
Hello...since a few days the calendar tile says 'ophalen kalender' untill i refresh the calendar manually. Every time the calendar updates he keeps saying this untill i refresh. Is this something that can be solved?

Thanks

Re: Toon app: Kalender

Posted: Thu Jun 01, 2023 9:16 am
by Toonz
Never heard about this behavior. Weird that it works fine when refreshing manually,
Do you have a Toon 1 or a Toon 2?

Re: Toon app: Kalender

Posted: Thu Jun 01, 2023 9:58 am
by Joskep
I have a toon 2.

This morning it wasn.t necessary to refresh...i will watch what happens the next few days

Re: Toon app: Kalender

Posted: Thu Jun 01, 2023 10:19 am
by Toonz
On a Toon 2 it is safe to switch on qt logging, maybe this can provide more info on what is happening if it is qml code related:

In /etc/inittab change the qtqt line to this (so comment the original line and add the one with output to log file). Then fully reboot the Toon

Code: Select all

qtqt:245:respawn:/usr/bin/startqt >/var/log/qt 2>&1
#qtqt:245:respawn:/usr/bin/startqt >/dev/null 2>&1
When you have captured the event, please copy the /var/log/qt logfile to your PC and reverse the change in inittab.
You can search the logfile for 'calendar' for any potential qml error message.

Could also be caused by an instable internet connection maybe?

Re: Toon app: Kalender

Posted: Thu Jun 01, 2023 7:10 pm
by Toonz
Good News (I think),I noticed today that my own Toon shows the same behaviour in the app. Will investigate in the coming days....

Re: Toon app: Kalender

Posted: Fri Jun 02, 2023 7:54 am
by Joskep
Thanks!!!The internet looks stable

Re: Toon app: Kalender

Posted: Fri Jun 02, 2023 10:15 am
by Toonz
Good News, I located the error, just need to do some debugging today to understand what's happening exactly. Stay tuned.
EDIT: Google made some formatting changes in the calendar export file which the app did not properly handle.
EDIT2: fix being tested.....

Expect an update of the app in the Toonstore in the coming days

Re: Toon app: Kalender

Posted: Fri Jun 02, 2023 11:38 am
by Joskep
You are the best!!!!!!!! Thanks

Re: Toon app: Kalender

Posted: Fri Jun 02, 2023 2:57 pm
by Toonz
Hi all,

version 1.1.16 is now available in the ToonStore, fixing the bug mentioned above.

Kind regardz,

Toonz

Re: Toon app: Kalender

Posted: Wed Aug 16, 2023 11:00 am
by Denace112
Goedemorgen,

Ik heb sinds gisteren een geroote Toon. Ik wil graag de app Kalender gebruiken maar mis nog wat kennis.

Hoe kan ik verbinding maken met Toon (filezilla o.i.d.?) om mijn kalender in te voeren?

Zou iemand me kunnen helpen of is er al een bestaande instructie?

Re: Toon app: Kalender

Posted: Sun Aug 20, 2023 10:18 pm
by Joskep
Hello, via this way a question;

For the matches of our child we use a agenda from 'Sportlink'( see: https://sportlinkservices.freshdesk.com ... lecalender ).

The only strange thing is...
When i add this to our Google (Gmail) agenda everything works fine on our celluar phone / tablet, but the link doesn't seem to be a 'ICAL' format.
It doesn't end with '....ICS'.

Is that an problem?

This is the URL Sportlink shares with us: https://data.sportlink.com/ical-team?token=(private token).

I first wanted to ask before a screw up the .json file on the Toon :- )

Re: Toon app: Kalender

Posted: Mon Aug 21, 2023 8:15 am
by Toonz
This should work fine (ICS is ICAL format), you cannot screw up anything by wrongly editing the json file. The app might not work if the json file is damaged but that's all. Easy to fix.

Re: Toon app: Kalender

Posted: Mon Aug 21, 2023 8:26 am
by Joskep
Okay, thanks!

So i can copy/paste this: " https://data.sportlink.com/ical-team?to ... xxxxxxxxxx" in the .json?
I was wondering because the example (and every other agenda) all end with ...ICS, like: "https://<calendarurl_to_basic.ics"

I will try this evening!

Re: Toon app: Kalender

Posted: Mon Aug 21, 2023 4:16 pm
by Toonz
it will work if the https request will return a valid calendar file, which I expect it will do