I generally add HTML tags in the description of my activities. For instance, I use the < a href="http : // ..." > additional details < / a > tag to refer to a page containing additional details about the activity (e.g. the expected workout), I also use the < br > tag to go the following line when I want to enumerate different workout items with one item per line.
When Garmin Connect displays the details of the activity, the HTML code works fine as HTML is taken into account. For instance, http links are correctly displayed and I can click on them.
However, when Garmin Connect Calendar displays the summary of the activity, the HTML code is not taken into account. For instance, < a href="http : // ..." > additional details < / a > is displayed and the link does not work.
Could you fix that ?
Thank you
PS: For the sake of clarity, I have added blank spaces in the HTML examples given here. Of course, you need to remove them in real HTML code.