We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The method Task.getRecurring() is returning true only for the recurring summary task (the task with the recurrence configuration).
Task.getRecurring()
true
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 text was updated successfully, but these errors were encountered:
No branches or pull requests
The method
Task.getRecurring()
is returningtrue
only 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
The text was updated successfully, but these errors were encountered: