Fixed Imported Event Data Messed Up

Freelancer

Active Member
2.7.8

When I import an event with an .ics file the Data is messed up.

  1. When I do not write any "Notices" into the original event, I receive an error message
    "iCalendar contains or missing Event data. [event_description] Please enter a valid message."
    it would be great if this can be either imported if a description is there or a default text will be inserted into the event if the description is missing. I remember that we had this topic before...
  2. Event Dates are messed up: When I import an event that is defined for one entire day it imports as such:
    Date2hours.webp
    why does it add two hours?
  3. It messes up the formatting of the Address:
    Bildschirmfoto 2017-09-21 um 13.08.53.webp
    the \n seem to be line breaks? But There were no line-breaks when I selected the address in iCal.
 
Can you upload the file which you have been used to there?
 
That should exactly set the time from one day midnight to the next day midnight...

Code:
DTEND;VALUE=DATE:20170929
DTSTART;VALUE=DATE:20170928
 
This is with Time:

Code:
DTEND;TZID=Europe/Berlin:20170928T230000
DTSTART;TZID=Europe/Berlin:20170928T090000

So maybe fix that if the "T" for "Time" is missing then it has to be always from 0000 hrs to 0000 hrs (a whole day)
 

Attachments

  • Test Event with Time.ics.zip
    702 bytes · Views: 1
Back
Top