I am trying to use the AppointmentCalendarImporter to import iCal files exported out of Outlook (using Office Pro Plus 2016). This works quite well except the CATEGORIES from the .ics file are not importing.
It appears that the problem is that Outlook is exporting just the category name like this:
CATEGORIES:Personal
However, the importer is looking for something like this (got this example from using the Exporter):
CATEGORIES:DISPLAYNAME==Personal&CATEGORYNAME==Personal&
Is there a way to get the Outlook format to load?
Thanks!