Page 11 of 23
Re: Dashticz - Module - Calendar
Posted: Thursday 06 July 2017 21:03
by robgeerts
@jack:
Could you test if this is fixed in latest beta?
Re: Dashticz - Module - Calendar
Posted: Thursday 06 July 2017 23:23
by jake
robgeerts wrote:@jack:
Could you test if this is fixed in latest beta?
Yes, you nailed it. The calendar now updates automatically in a very short time!
Re: Dashticz - Module - Calendar
Posted: Tuesday 11 July 2017 23:01
by Trigun
Hi All,
is there a chance that by clicking on the agenda in Safari it won't open?
so far I am only able to open it in chrome and only on my pc. but since I want to open it on my iPad I have no idea how to.
can someone please help me out here?
thnx in advance!
Re: Dashticz - Module - Calendar
Posted: Saturday 23 September 2017 7:10
by florisi
I have a Google calendar, but I don't get it in Dutch.
Tried this:
var _ICALENDAR_DATEFORMAT = 'DD.MM.YYYY HH:mm'; //'friendly', 'MM.DD.YYYY HH:mm', 'DD.MM.YYYY HH:mm', 'YYYY.MM.DD HH:mm'
var _ICALENDAR_LOCALE = 'nl'; //en,hu, etc.
in my custom config.js but it doesn't do anything with it.
Re: Dashticz - Module - Calendar
Posted: Sunday 01 October 2017 12:57
by robgeerts
try, in config.js:
Code: Select all
config['calendarformat'] = 'DD.MM.YYYY HH:mm';
config['calendarlanguage'] = 'nl_NL';
Re: Dashticz - Module - Calendar
Posted: Thursday 05 October 2017 19:11
by Derik
Rob...
Is there a solution for the multiple days events?
I see no multiple days events in the dash:
Code: Select all
var calendars = {}
calendars.Myname = {width:12, maxitems: 10, icon:'', title: 'My name', icalurl: 'https://calendar.google.com/calendar/ical/Myname%40gmail.com/private-326714rrrrrf324595985653a13dd91127c/basic.ics' }
Or is there something new that i mis?
Re: Dashticz - Module - Calendar
Posted: Friday 06 October 2017 12:27
by robgeerts
I do see my multiple day items... could you send me your ical-url via PM and tell me wich event you dont see.. (of course, I dont bother the events, just want to fix this).
Re: Dashticz - Module - Calendar
Posted: Tuesday 07 November 2017 12:40
by askmurphy
Trying to get the calendar module working, but I get just a box with text 'Loading'...
This is my setup:
webcal://p26-calendars.icloud.com/published/2/c6vHnBkuZjdt6wc0kQrX9XoAqDnlU3Ua2ucFTTPR9kqL0ElSo6hnfbwapcXJqLl4NDvQMwSP6-W_c64q3XVlVHf6Bpr1G6iLTZcOfku3mH8
Inside config file:
var calendars = {}
calendars.private = { maxitems: 5, icalurl: 'webcal://p26-calendars.icloud.com/published/2/c6vHnBkuZjdt6wc0kQrX9XoAqDnlU3Ua2ucFTTPR9kqL0ElSo6hnfbwapcXJqLl4NDvQMwSP6-W_c64q3XVlVHf6Bpr1G6iLTZcOfku3mH8' }
var _ICALENDAR_DATEFORMAT = 'DD.MM.YYYY HH:mm'; //'friendly', 'MM.DD.YYYY HH:mm', 'DD.MM.YYYY HH:mm', 'YYYY.MM.DD HH:mm'
var _ICALENDAR_LOCALE = 'nl'; //en,hu, etc.
columns[9] = {}
columns[9]['width'] = 2;
columns[9]['blocks'] = [calendars.private]
screens[5] = {}
screens[5]['background'] = 'bg6.jpg';
screens[5]['background_morning'] = 'bg_morning.jpg';
screens[5]['background_noon'] = 'bg_noon.jpg';
screens[5]['background_afternoon'] = 'bg_afternoon.jpg';
screens[5]['background_night'] = 'bg_night.jpg';
screens[5]['columns'] = [8,9]
Any help will be very appreciated !
Arthur
Re: Dashticz - Module - Calendar
Posted: Tuesday 07 November 2017 13:44
by EdwinK
do NOT put your personal data on a public website. Not sure if anyone can access your calendar, but better safe then sorry.
Re: Dashticz - Module - Calendar
Posted: Tuesday 07 November 2017 15:04
by askmurphy
It's just a test calendar, temperaly public usuage
Re: Dashticz - Module - Calendar
Posted: Wednesday 08 November 2017 9:22
by robgeerts
Just sent you a PM.
Change webcal:// to https://
By the way, the calendar looks empty....
Re: Dashticz - Module - Calendar
Posted: Wednesday 08 November 2017 17:29
by askmurphy
Just found the problem,
This works: calendars.private = {maxitems: 5, icalurl:'webcal://p26-calendars.icloud.com/published/2/aDtPD87mYr---cut---''}
Reason why it was not working: the icloud calendar I used was a PRIVATE calendar with an active PUBLIEKE READ-ONLY link. That doesn't work (yet).
I created a new calendar (copy of my original one), and didn't made it private, public only. Just this public link to dashticz: calendar works !
By the way, https:// and webcal:// are working both..
So, would be nice if the above PRIVATE issue could be fixed too
Re: Dashticz - Module - Calendar
Posted: Wednesday 08 November 2017 20:34
by askmurphy
Addition to the PRIVATE ISSUE: it works also, but only if you look at the calendar on an APPLE DEVICE like an IPAD or something.
Its logic, you must be logged in at your APPLE account...
So, how can we do that in DASHTICS: login at a PRIVATE ICLOUD calendar ??
Re: Dashticz - Module - Calendar
Posted: Wednesday 15 November 2017 17:54
by EdwinK
- Screen Shot 2017-11-15 at 17.52.27.png (355.19 KiB) Viewed 2497 times
Hi Rob,
Is it possible to have the calendar items lined out nicely. Maybe with another fonttype>
Re: Dashticz - Module - Calendar
Posted: Monday 20 November 2017 11:06
by Sebek
Hello all, I have a problem with calendar. I have all the time only loading. Please tell me where I made mistake.
Code: Select all
var calendars = {}
calendars.public = { maxitems: 5, icalurl: 'https://calendar.google.com/calendar/ical/pl.polish%23holiday%40group.v.calendar.google.com/public/basic.ics' }
This is public calendar so I think I can share it with you.
Re: Dashticz - Module - Calendar
Posted: Monday 20 November 2017 15:21
by robgeerts
Could you reload Dashticz, It should work now!
Re: Dashticz - Module - Calendar
Posted: Monday 20 November 2017 15:31
by Sebek
Works! Thank you, I don't know what you do
Re: Dashticz - Module - Calendar
Posted: Thursday 23 November 2017 12:24
by Jempe
Hi,
Thank you for this amazing dashboard!
I use ics file that i export from nextcloud automatically every 5 minutes with wget. Local conversion to Json it's not implemented so i put it on the same server where my nextcoud is. It's work, with wget i concatenate multiple calendar in one file so i don't need to use combined in dashitz, it's work very well but:
My special character like "é" are not good displayed, it's show like "©".
My .ics file is in utf-8 and all character are good displayed inside the file.
In CONFIG.js i have tried to change the calendar language without success.
config['calendarlanguage'] = 'fr_FR'; // fr_CH or en_US don't change anything on my problem
An idee to resolve this?
Re: Dashticz - Module - Calendar
Posted: Thursday 23 November 2017 12:32
by robgeerts
Thanks!
Weird, They work at my calendar (ical from gmail).
Could you PM me your calendar-ical so I can test this?
Re: Dashticz - Module - Calendar
Posted: Thursday 23 November 2017 13:00
by Jempe
Hi,
It's my first post in this forum si i can't PM...
But here is my file, they contain only 2 event for test purpose;
https://sync2me.ch/io/index.php/s/dSGKpxkh6M4h2ad
Thank's