NULL datetime in pivot-calendar export

Any critical bugs will be fixed within 24-48 hours.
Post Reply
Benno812
Posts: 132
Joined: 30 Oct 2019, 02:38
Name: Benedetto Fiorentini
Location: Rome, Italy

NULL datetime in pivot-calendar export

Post by Benno812 »

Hi Sergey,
I tried to sync a pivot calendar report via link in my Hotel management system, events are added in the relative DB but they do not show in the software calendar. If I check the DB I see NULL in start-time and end-time.
But when I try to sync a calendar from another service, for example Airbnb, everything is fine and in database I see normal timestamps.

I noticed a difference between the two calendars .ics files:
The one from Ruko show this date format
DTSTART:20220829T000000
DTEND:20220902T000000
The one from Airbnb:
DTEND;VALUE=DATE:20211009
DTSTART;VALUE=DATE:20211008
Screenshot_28.png
User avatar
support
Site Admin
Posts: 6215
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: NULL datetime in pivot-calendar export

Post by support »

But the correct format is

Code: Select all

DTSTART:20220829T000000
DTEND:20220902T000000
See https://en.wikipedia.org/wiki/ICalendar
Post Reply