Page 1 of 2

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

Posted: Wednesday 23 June 2021 8:43
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
;)

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

Posted: Wednesday 30 June 2021 11:46
by Doudy
Nobody ?

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

Posted: Monday 05 July 2021 9:33
by Doudy
Nobody ?

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

Posted: Monday 05 July 2021 10:44
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


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

Posted: Monday 05 July 2021 14:48
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
;)

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

Posted: Wednesday 07 July 2021 6:42
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


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

Posted: Wednesday 07 July 2021 7:46
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.

👍

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

Posted: Sunday 25 July 2021 10:27
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?
;)

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

Posted: Sunday 25 July 2021 11:49
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


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

Posted: Sunday 25 July 2021 13:40
by Doudy
Good holidays
👍

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

Posted: Wednesday 28 July 2021 18:52
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.

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

Posted: Friday 13 August 2021 15:59
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?

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

Posted: Friday 13 August 2021 16:00
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?

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

Posted: Saturday 14 August 2021 8:30
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 1338 times
That is OK
Thanks
;)

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

Posted: Saturday 14 August 2021 8:39
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 1338 times
;)

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

Posted: Tuesday 31 August 2021 8:49
by Doudy
Hello,
Nobody ?
;)

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

Posted: Sunday 05 September 2021 21:35
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 ...

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

Posted: Monday 06 September 2021 8:15
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:
;)

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

Posted: Tuesday 07 September 2021 20:57
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.

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

Posted: Wednesday 08 September 2021 11:23
by Doudy
Thank you. I will watch this
😉