Page 1 of 1

Calendar: issue with repeating appointments

Posted: Friday 22 October 2021 9:29
by Bospieper
Hello,
When I have a repeating appointment, for example every 5 weeks, the appointment appears every week in the calendar.
Has anyone experience this behaviour?
Grtz Piet

Re: Calendar: issue with repeating appointments

Posted: Friday 22 October 2021 10:33
by FireWizard
Hi, @Bospieper,

This question is off topic.
Can you explain the relationship between your calender (what calender?) and Domoticz?

Regards

[Edit] Oh, see, it is Dashticz.
Sorry

Re: Calendar: issue with repeating appointments

Posted: Friday 22 October 2021 12:41
by Bospieper
My mistake I had to mention that it is about Dashticz.

Re: Calendar: issue with repeating appointments

Posted: Friday 22 October 2021 14:50
by Lokonli
Bospieper wrote: Friday 22 October 2021 9:29 Hello,
When I have a repeating appointment, for example every 5 weeks, the appointment appears every week in the calendar.
Has anyone experience this behaviour?
Grtz Piet
What is your Dashticz version? and PHP version?
(this influences which calendar module is used by Dashticz ...)

I'll do some tests.

Re: Calendar: issue with repeating appointments

Posted: Friday 22 October 2021 15:37
by Bospieper
@Lokonli see the attachment ;)

Re: Calendar: issue with repeating appointments

Posted: Friday 22 October 2021 15:39
by Lokonli
ok, thanks. I'll have a look.

Re: Calendar: issue with repeating appointments

Posted: Saturday 30 October 2021 15:56
by Bospieper
Hi Lokonli,
Did you manage to find the solution for my problem?
Grz. Piet

Re: Calendar: issue with repeating appointments

Posted: Tuesday 02 November 2021 21:20
by Lokonli
Bospieper wrote: Saturday 30 October 2021 15:56 Hi Lokonli,
Did you manage to find the solution for my problem?
Grz. Piet
It's a (known) issue with the external calendar module Dashticz uses on PHP7 systems.

As fall back you can use the PHP5 module by adding the following block parameter to the calendar block definition in CONFIG.js:

Code: Select all

  method: 0,
See also:
https://dashticz.readthedocs.io/en/mast ... ndar#notes

Re: Calendar: issue with repeating appointments

Posted: Sunday 07 November 2021 19:57
by Bospieper
I've added your suggestion to the calandar block but the calandar still repeats scheduled repeating appointments.

Code: Select all

blocks['gmail_calendars'] = {
        type: 'calendar',
	method: 0,
        layout: 1,
	startonly: 'true',
        emptytext: 'Geen afspraken',