- Code: Select all
BEGIN:VEVENT
DTSTART;VALUE=DATE:20091125
DTEND;VALUE=DATE:20091128
DTSTAMP:20091116T135003Z
UID:CSVConvertefc3a6054495ea96d07408797799cddd
CREATED:19000101T120000Z
DESCRIPTION:
LAST-MODIFIED:20091103T065028Z
LOCATION:
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Thanksgiving Vacation - Buildings Closed
TRANSP:OPAQUE
END:VEVENT
The event should start on 11/25 and end on 11/28. However, on the PHPicalendar install, it is displaying that event as starting on 24 from 12:00 a.m. - 12:00 a.m. and ending on 11/26 from 12:00 a.m. - 12:00 a.m. As you can see, those are not the correct dates from the .ics file. Is PHPicalendar parsing the multi day event weird? How would I go about fixing this or where would I even start looking in the code?
Thanks in advance for the help. I am on PHPicalendar V2.31 and we are importing the .ics from google into phpicalendar.

