I would like to import events with multiple categories via CSV if possible.
I can already import events with one category and set several categories per event in the backend.
However, the import via CSV does not yet work.
The current syntax is as follows:
"CATEGORIES","SUMMARY","LOCATION","DESCRIPTION","CONTACT","X-EXTRAINFO","DTSTART","DTEND","TIMEZONE","RRULE"
"category1, category2","summary","location","desc","contact","extra infos","20180706T120000","20180706T170000","Europe/Berlin",""
What do I have to consider?