0

How to add blank line between two lines of text in webcal event's description? This \n\n doesn't work.

mtkachenko
  • 5,389
  • 9
  • 38
  • 68

1 Answers1

0

It might help if you would provide a full iCalendar stream but, assuming you encoded them correctly, using "\n" is the only way to express intentional line break. Did you try to display your event using different clients ?

Arnaud Quillaud
  • 4,420
  • 1
  • 12
  • 8