How to get a temporary calendar entry that triggers to a string item?

How to get a temporary calendar entry that triggers to a string item?

binding-caldav-personal1 - 1.12.0 and binding-caldav-command1 - 1.12.0 installed.

event BEGIN for: 0400000XXXXXXXXXX(ALL DAY EVENT@30.10.2018/00:00-31.10.2018/00:00)

changes the

String EventItem1

to “ALL DAY EVENT” from the “calendar:FM” while a short event, from the same calendar just logs:

event BEGIN for: A2DXXXXXXXX-XXXXXX-XXXXX(A SHORT EVENT@30.10.2018/11:00-30.10.2018/11:15)

but don’t make its way to a EventItemX string.

I have tested this for the items:

{ caldavPersonal="calendar:FM type:ACTIVE eventNr:1 value:NAME" }

{ caldavPersonal="calendar:FM type:UPCOMING eventNr:1 value:NAME" }

{ caldavPersonal="calendar:FM type:EVENT eventNr:1 value:NAME" }

and tried to change

eventNr:1

to

eventNr:2

and this works, the strings shows the correct all day event #2.

How do I get the triggered:

event BEGIN for: A2DXXXXXXXX-XXXXXX-XXXXX(A SHORT EVENT@30.10.2018/11:00-30.10.2018/11:15)

to EventItemX string?