Dashticz - Agenda - No display more than one name per day

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Dashticz - Agenda - No display more than one name per day

Post by Doudy »

Hello,

In my gmail calendar I have two birthdays dated 27/06
Image

On the other hand in my dashticz diaries I only find one birthday on 27/06!
Image
Image


Here are my calendar blocks

Code: Select all

blocks['calendar_gmail-1'] = {
	type: 'calendar',
	url: 'https://calendar.google.com/calendar/embed?src=xxxx%40gmail.com&ctz=Europe%2FBrussels',
	icalurl:  'https://calendar.google.com/calendar/ical/xxxx%40gmail.com/private-73xxxxcc/basic.ics',
	//holidayurl: 'https://www.calendarlabs.com/ical-calendar/ics/75/UK_Holidays.ics',	
	layout: 2,
	weeks: 4,
	maxitems: 100, 
	lastweek: true,	
	isoweek: true,
	width: 12,
	method: 1
	//title: 'Agenda xxxxx'
} 
blocks['calendar_gmail-2'] = {
	type: 'calendar',
	url: 'https://calendar.google.com/calendar/embed?src=xxxxx%40gmail.com&ctz=Europe%2FBrussels',
	icalurl:  'https://calendar.google.com/calendar/ical/xxxxx%40gmail.com/private-73xxxxcc/basic.ics',
	//holidayurl: 'https://www.calendarlabs.com/ical-calendar/ics/75/UK_Holidays.ics',	
	layout: 1,
	weeks: 1,
	maxitems: 5, 
	lastweek: false,	
	isoweek: true,
	width: 12,
	method: 1,
	title: 'Agenda xxxxx'
}
======
screens[4] = {} //Agendas
screens[4]['columns'] = [40,41,42,43]
=====
columns[40] = {
  blocks: ['calendar_gmail-2']
}
columns[41] = {
  blocks: ['calendar_gmail-1']
=====
How to solve this problem?
Thank you
;)
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Dashticz - Agenda - No display more than one name per day

Post by Doudy »

Nobody ?
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Dashticz - Agenda - No display more than one name per day

Post by Doudy »

Nobody ?
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
Lokonli
Posts: 2262
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Agenda - No display more than one name per day

Post by Lokonli »

Dashticz supports two different ical libraries uses for calendar handling. It selects one of them, depending on your PHP version.
What is your PHP version as reported by Dashticz?


Verstuurd vanaf mijn AC2003 met Tapatalk

Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Dashticz - Agenda - No display more than one name per day

Post by Doudy »

Hello,

My PHP version :

Code: Select all

PHP 7.3.27-1~deb10u1 (cli) (built: Feb 13 2021 16:31:40) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.27, Copyright (c) 1998-2018 Zend Technologies
    with Zend OPcache v7.3.27-1~deb10u1, Copyright (c) 1999-2018, by Zend Technologies
;)
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
Lokonli
Posts: 2262
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Agenda - No display more than one name per day

Post by Lokonli »

Thanks. I did some tests and found a few issues. I'm working on a fix which I'll try to release within a few days.


Verstuurd vanaf mijn AC2003 met Tapatalk

Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Dashticz - Agenda - No display more than one name per day

Post by Doudy »

Lokonli wrote: ↑Wednesday 07 July 2021 6:42 Thanks. I did some tests and found a few issues. I'm working on a fix which I'll try to release within a few days.

πŸ‘
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Dashticz - Agenda - No display more than one name per day

Post by Doudy »

Lokonli wrote: ↑Wednesday 07 July 2021 6:42 Thanks. I did some tests and found a few issues. I'm working on a fix which I'll try to release within a few days.
Hello,
Still nothing found?
;)
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
Lokonli
Posts: 2262
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Agenda - No display more than one name per day

Post by Lokonli »

I have the fix ready. I have to finalize the testing. I'll release it in 9 days. On holiday at the moment.

Verstuurd vanaf mijn AC2003 met Tapatalk

Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Dashticz - Agenda - No display more than one name per day

Post by Doudy »

Good holidays
πŸ‘
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
StefanDomoticz
Posts: 6
Joined: Wednesday 13 June 2018 21:59
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: Dashticz - Agenda - No display more than one name per day

Post by StefanDomoticz »

Lokonli wrote: ↑Sunday 25 July 2021 11:49 I have the fix ready. I have to finalize the testing. I'll release it in 9 days. On holiday at the moment.

Verstuurd vanaf mijn AC2003 met Tapatalk
Beste lokonli,

Fijne vakantie!
Heb jij hierin toevallig ook meegenomen dat wanneer je google agenda en 2e afspraak aanmaakt op exact dezelfde tijd deze ook niet wordt weergegeven? zodra ik de 2e afspraak met 5 minuten bv. verplaatst komt deze wel naar voren.
verder geeft ie over de dag wel de afspraken weer maar niet die op exact dezelfde tijdstippen zijn aangemaakt.
Lokonli
Posts: 2262
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Agenda - No display more than one name per day

Post by Lokonli »

Doudy wrote: ↑Sunday 25 July 2021 10:27
Lokonli wrote: ↑Wednesday 07 July 2021 6:42 Thanks. I did some tests and found a few issues. I'm working on a fix which I'll try to release within a few days.
Hello,
Still nothing found?
;)
Back from holiday :)

Fixed in latest beta. Can you test?
Lokonli
Posts: 2262
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Agenda - No display more than one name per day

Post by Lokonli »

StefanDomoticz wrote: ↑Wednesday 28 July 2021 18:52
Lokonli wrote: ↑Sunday 25 July 2021 11:49 I have the fix ready. I have to finalize the testing. I'll release it in 9 days. On holiday at the moment.

Verstuurd vanaf mijn AC2003 met Tapatalk
Beste lokonli,

Fijne vakantie!
Heb jij hierin toevallig ook meegenomen dat wanneer je google agenda en 2e afspraak aanmaakt op exact dezelfde tijd deze ook niet wordt weergegeven? zodra ik de 2e afspraak met 5 minuten bv. verplaatst komt deze wel naar voren.
verder geeft ie over de dag wel de afspraken weer maar niet die op exact dezelfde tijdstippen zijn aangemaakt.
This forum is English only.

The latest beta also contains a fix when there are two appointments on the same moment. Can you test?
Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Dashticz - Agenda - No display more than one name per day

Post by Doudy »

Lokonli wrote: ↑Friday 13 August 2021 15:59 Fixed in latest beta. Can you test?
Yes I do
Capture.PNG
Capture.PNG (22.36 KiB) Viewed 1177 times
That is OK
Thanks
;)
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Dashticz - Agenda - No display more than one name per day

Post by Doudy »

Hello,

Another suggestion or question.
Is it possible to have different colors depending on the task
Example:
PMC (garbage) in green
Birthday in blue
Holidays in yellow
Appointment to the doctor in red
See my post viewtopic.php?f=67&t=36519
Capture.PNG
Capture.PNG (5.93 KiB) Viewed 1177 times
;)
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Dashticz - Agenda - No display more than one name per day

Post by Doudy »

Hello,
Nobody ?
;)
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
Lokonli
Posts: 2262
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Agenda - No display more than one name per day

Post by Lokonli »

Doudy wrote: ↑Tuesday 31 August 2021 8:49 Hello,
Nobody ?
;)
You can combine multiple calendars into one, and assign a color per calendar.

Currently it's not possible to set the color (or CSS class) depending on the content.

But I like the idea, so if you have some coding skills and some time ...
Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Dashticz - Agenda - No display more than one name per day

Post by Doudy »

Thank you for the answer.
Lokonli wrote: ↑Sunday 05 September 2021 21:35 You can combine multiple calendars into one, and assign a color per calendar.
My data comes from a single calendar.
It is difficult for me to make a calendar for birthdays, another for visits and another for birthdays, etc ... ;)
Lokonli wrote: ↑Sunday 05 September 2021 21:35 Currently it's not possible to set the color (or CSS class) depending on the content.
That's a shame ... :(
Lokonli wrote: ↑Sunday 05 September 2021 21:35 But I like the idea, so if you have some coding skills and some time ...
I don't think I can code this.
I can't even find where we talk about the color in "calendar.js" :oops:
;)
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
User avatar
HansieNL
Posts: 957
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz - Agenda - No display more than one name per day

Post by HansieNL »

I'm using iCal Event Maker https://ical.marudot.com/ to create ics calendars and copy them to my web server. From there I can load the calendars in Dashticz.
Blah blah blah
Doudy
Posts: 246
Joined: Tuesday 09 August 2016 9:09
Target OS: -
Domoticz version:
Contact:

Re: Dashticz - Agenda - No display more than one name per day

Post by Doudy »

Thank you. I will watch this
πŸ˜‰
RaspberryPi - RFLink - Zwave - WH2600
Domoticz : 2020.2 | Dashticz : V3.12 Master | dzvents : 3.0.2 | Python : 3.7.3
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest