Toon app: Kalender
Posted: Tue Nov 20, 2018 10:19 am
Hi all,
I just published the stable 1.1.3 version of the kalendar app in ToonStore.
Functionality:
- read kalendar ICS files (example: google calendars, Office365 Outlook calendars, iCloud calendars)
- show the active or next upcoming kalendar event on a tile in dim state
- show a notification according to the reminder setting of the appointment.
- in the config screen notifications can be disabled, showing colors can be disabled and a list of active calendars is shown with their color.
- when the active appointment has finished then all data, tile and screens are refreshed
- show the first three events on the tile in normal state with a color identifying the source calendar
- when clicking on the tile you get a full screen with all future events (you can flip through the pages with the dotted selector) with a refresh option if you just manually updated the settings file or the google calendar itself.
- the app supports multiple google calendars, url's to be added to the file /mnt/data/tsc/calendar.userSettings.json, format (second entry contains the public holidays as an example):
There is no limit to the number of calendars you can include, just the Toon hardware limitations.
You can find the URL to your private google calendar by:
- visit https://calendar.google.com/ on your PC and login
- In the left column under 'Mijn Agenda's' press the three dots to the right of the agenda.
- press 'Instellen en delen'
- scroll down to the block "Agenda integreren" and copy the URL under "Geheim adres in Ical indeling"
- paste this URL in the userSettings.json file
You can find the URL to your icloud calendar by:
- visit https://icloud.com/ on your PC and login
- Start the Agenda app
- Click on the 'delen' icon to the right of the calendar
- Tick the checkbox 'Publieke agenda'
- copy the URL which starts with webcal://.....
- paste this url in the userSettings.json file but replace 'webcal' by 'https'
Repeat this for other calendars you want to display on Toon.
The entries in all calendars will be combined in one view on Toon.
Have fun and let the change requests and bug reports coming.....
Kind regardz,
Toonz
I just published the stable 1.1.3 version of the kalendar app in ToonStore.
Functionality:
- read kalendar ICS files (example: google calendars, Office365 Outlook calendars, iCloud calendars)
- show the active or next upcoming kalendar event on a tile in dim state
- show a notification according to the reminder setting of the appointment.
- in the config screen notifications can be disabled, showing colors can be disabled and a list of active calendars is shown with their color.
- when the active appointment has finished then all data, tile and screens are refreshed
- show the first three events on the tile in normal state with a color identifying the source calendar
- when clicking on the tile you get a full screen with all future events (you can flip through the pages with the dotted selector) with a refresh option if you just manually updated the settings file or the google calendar itself.
- the app supports multiple google calendars, url's to be added to the file /mnt/data/tsc/calendar.userSettings.json, format (second entry contains the public holidays as an example):
Code: Select all
{"Calendar_URL":[ "https://<calendarurl_to_basic.ics>" , "https://calendar.google.com/calendar/ical/nl.dutch%23holiday%40group.v.calendar.google.com/public/basic.ics" ], "DimTileExtended":"Yes", "RefreshIntervalInMinutes":30, "ShowAnimation":"Yes", "ShowColors":"Yes", "ShowNotifications":"Yes"}
You can find the URL to your private google calendar by:
- visit https://calendar.google.com/ on your PC and login
- In the left column under 'Mijn Agenda's' press the three dots to the right of the agenda.
- press 'Instellen en delen'
- scroll down to the block "Agenda integreren" and copy the URL under "Geheim adres in Ical indeling"
- paste this URL in the userSettings.json file
You can find the URL to your icloud calendar by:
- visit https://icloud.com/ on your PC and login
- Start the Agenda app
- Click on the 'delen' icon to the right of the calendar
- Tick the checkbox 'Publieke agenda'
- copy the URL which starts with webcal://.....
- paste this url in the userSettings.json file but replace 'webcal' by 'https'
Repeat this for other calendars you want to display on Toon.
The entries in all calendars will be combined in one view on Toon.
Have fun and let the change requests and bug reports coming.....

Kind regardz,
Toonz