I am trying to import data from an MS Project file and can't find some data items. In particular, the Aspose.Tasks.Priority is an enum value while MS Project uses an integer value from 0-1000. Is there a way to get the priority value as defined in MS Project?
Secondly, in MS Project a task can define its availability as a pair of dates (start/stop date) and units available. I do not see this data anywhere in the Aspose.Tasks.Resource class.
Do you have any documentation that details how data is mapped from an MS Project file to your classes? That would be a great help.