The method Task.getRecurring() is returning true only for the recurring summary task (the task with the recurrence configuration).
- The problem occurs with a .mpp file from MSProject 2016
- I've tested with a .mpp from MSProject 2007 and it worked
I need to differentiate a recurring task from a non-recurring task in this example:
https://sourceforge.net/p/mpxj/bugs/296/attachment/nonrecurring.mpp
The method
Task.getRecurring()is returningtrueonly for the recurring summary task (the task with the recurrence configuration).I need to differentiate a recurring task from a non-recurring task in this example:
https://sourceforge.net/p/mpxj/bugs/296/attachment/nonrecurring.mpp