Event content’s not imported from Google Apps

What I did:
I added a markdown template to my Google Apps Calendar Event, for example :slight_smile:

**Daily Objective**

- [ ] <OBJECTIVE>
		- [ ] <KEY RESULT>

**TI**

- [ ] <MEETING>

What happened:
only the first 3 lines get imported and rendered.

What I expected:
the entire markdown that is in the event gets imported and rentered in agenda.

Things that might be helpful to know (Agenda version, OS and model, etc):
Agenda 9.2.1. from Mac App Store
Mac OS 10.15.03

Thanks for reporting the issue, we’ll have a look if we can find out why it’s not imported.

I just had a look and the issue is that we parse the notes field as HTML instead of markdown (HTML is the more common format used in calendar event notes). It trips over the placeholders you used like <KEY RESULT>, if you use instead of the < > just the capital terms it will work.

Alternatively you could use HTML as your template. Hope that helps!