ics export issues (links, quotation marks, alert datetime)

Support related problems and questions

Moderators: Max, TerryRogers

Post Reply
mrdoe
Novice
Posts: 15
Joined: Sat May 21, 2016 1:35 pm

ics export issues (links, quotation marks, alert datetime)

Post by mrdoe »

I created a new EPIM database with the event below:
epim-screenshot.png
Quotation marks
When I export the calendar as ics then the quotation mark is exported \". According to the https://icalendar.org/validator.html validator this is not necessary. \" is imported like it is in Thunderbird for example (displayed as \" in the UI). I tried replacing \" with " manually in the exported ics file and it looked correct in Thunderbird after importing there.

Links
Another issue I found is that urls of links are not exported. In the screenshot you can see "Link" has a hyperlink defined. In the exported ics it is just text without url (see below). It would be good to keep the information somehow, for example using braces or brackets: Link [http://essentialpim.com]. There is also the ATTACH field in the ics standard, so maybe use [1] [2] ... to reference the attached links?!
Otherwise you would need to go through all the events and change the links to contain the url als text.

BEGIN:VCALENDAR
PRODID:-//Astonsoft//EssentialPIM//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:PUBLISH
BEGIN:VEVENT
DESCRIPTION:
UID:249401463899392981
SUMMARY:Test with Link and \"quotation marks\"
DTSTART:20241020T090000Z
DTEND:20241020T093000Z
CLASS:PUBLIC
DTSTAMP:20241020T082947Z
LAST-MODIFIED:20241020T082853Z
END:VEVENT
END:VCALENDAR

Alarm-Section
There is also an issue with the way the reminder time is handled.
I set it to 5 minutes before the event in EPIM and exported as ics. There the fixed date is exported:
BEGIN:VALARM
TRIGGER;VALUE=DATE-TIME:20241020T085500Z
ACTION:DISPLAY
END:VALARM

When I export using Thunderbird, the relative time is exported. This is the prefered way, since otherwise, if the calender entry is moved to a different day/time then it doesn't match the alert datetime value anymore.
Thunderbird:
BEGIN:VALARM
ACTION:DISPLAY
TRIGGER:-PT5M
DESCRIPTION:Mozilla Standardbeschreibung
END:VALARM


(EPIM Version: 12.0.5 Pro)
admin
Site Admin
Posts: 17210
Joined: Thu Nov 25, 2004 3:12 am
Has thanked: 1618 times
Been thanked: 1139 times

Re: ics export issues (links, quotation marks, alert datetime)

Post by admin »

Quotation marks - Thank you for your feedback, we will investigate this.

Links - There are no links in the iCalendar specification and attempting to fit them into the ATTACH field would not be the best option.

Alarm section: - The behavior of alarms largely depends on the app. For example, if an event is moved to a different time in EPIM, the reminder remains relative. However, we will explore the possibility of including relative alarms in iCal exports.
Android version of EssentialPIM. Keep all your data in sync!
Post Reply