iCal – line breaks in description
I have found this here https://stackoverflow.com/questions/666929/encoding-newlines-in-ical-files?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa
I tested using \n as a line break but that did not work.
At the article it says:
“I had “ENCODING=quoted-printable” on the description. Once I removed that, Outlook displayed the new lines correctly.”
Maybe you can check this please?
Ok, I did a few more checks here.
\n
is definitely working. However, it looks like that adding \n to the setup at the iCAL settings page the \n get’s escaped and is stored as \\n at the ICS file which is breaking the line break and \n get visually displayed.
May I kindly ask you to remove the escaping for \n at the ICS settings please?
Is this part of description or summary?
Best regards,
Nikola
Hi Nikola,
it is at the “description” field where I placed \n but the Easy Appointments Extension is saving it to the ICS as \\n which is not working, it should simply be \n please.
So I did not changed the code I just played with the ICS text file to find out what the line break sign has to be.
Many thanks!
Cheers
Joerg
Please login or Register to submit your answer