Projects plugin: Multiple dates in one note

What I’m trying to do

I am trying to use the calendar view in the projects plugin to display multiple dates where I plan to work on the same note. (So multiple dates coming from the same md file)

Things I have tried

Make a list of dates in a yaml data field. The plugin doesn’t seem to recognise these as dates.

The only way I can think of doing this right now, is to hard code multiple data fields (workDate1:, workDate2:… etc) and set up a calendar view using these. I was wondering if anyone knew or had an idea about how I could do this more dynamically or in a smarter way?