Thanks, that is clear, it makes it far more easy to pinpoint the cause: the ALT-X-DESK is ok, but the DESCRIPTION part is where is still some work left. There is no conversion of the URLs done, at the moment. And even more.
Here the steps what we've done, and how we found an easy solution:
Event in JEvents we created as a test:
____________________________________
This is a test with
link and an
e-mail address.
List:
====
email:
[klik hier om te mailen]
End of content
_____________________________________
Export from JEvents
_____________________________________
This is a test with link (index.php/nl/nieuws/pp-nieuws) and an e-mail address.
List:
- Bullet one
- Bullet twee====
- email: [klik hier om te mailen (index.php/mail-aan-jan-allerman)]
End of content
_____________________________________
So, a local (useless) link as text (and the e-mail link nice as a link), list as dashed lines, \n missing after 'Bullet twee' and '====', next line still seen as if part of list, an other local link and an other missing \n. (And I think first line starting with DESCRIPTION might be some characters too long.)
DESCRIPTION:This is a test with link (index.php/nl/nieuws/pp-nieuws) and an <a href="ma
ilto:test@emailad.res">e-mail</a> address.\nList:\n\n - Bullet one\n - Bull
et twee====\n\n - email: [klik hier om te mailen (index.php/m
ail-aan-jan-allerman)] \nEnd of content\n
So we were curious if we would have made the event directly in Google Calendars...
Event pasted directly in Google Calendars
This shows exactly the same as in JEvents, with working links.
The code we see if we export that event is how it would nice if it was exported this way from JEvents:
DESCRIPTION:<blockquote>This is a test with <a href="http://www.peddelpraat
.nl/index.php/nl/nieuws/pp-nieuws">link</a> and an <a href="mailto:test@ema
ilad.res">e-mail</a> address.<br><br>List:<br><ul><li>Bullet one<br></li><l
i>Bullet twee</li></ul>==== <br><br>email: <a href="https://ww
w.peddelpraat.nl/index.php/mail-aan-jan-allerman">[klik hier om te mailen]<
/a><br><br>End of content</blockquote>
Aha, quite a lot of that code looks equal to the code at ALT-X-DESK. So let's try that...
A nice test!
As a test I have pasted exactly the content of the ALT-X-DESK in the DESCRIPTION part. That fixes all! 👍
So, if the content of both is how it is exported now at ALT-X-DESK, everything is perfect in Google Calendars too!
DESCRIPTION:<p>This is a test with <a href="http://www.peddelpraat.nl/">link</a> and an
<a href="mailto:test@emailad.res">e-mail</a> address.</p><p>List:</p><ul><
li>Bullet one</li><li>Bullet twee</li></ul><p>====</p><ol><li><span style="
font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family:
Symbol;"><span style="mso-list: Ignore;"><span style="font: 7.0pt 'Times N
ew Roman';"> </span></span></span>email: [<strong><a href="htt
ps://http://www.peddelpraat.nl/index.php/mail-aan-jan-allerman">klik hier om te ma
ilen</a></strong>]</li></ol><p> </p><p>End of content</p>
Beautiful!
Request
I don't know if there any other calendars which cannot handle this code, otherways this would be the golden solution to have exact the same lines of code at ALT-X-DESK as at DESCRIPTION.
And if some other calendars might have problems with this, then a checkbox to switch on/off Google Calendars export would be an option.
Is there a possibility add this fix to the export function of JEvents? That would be marvellous!