CalCalendarStore +tasksWithPredicate does not allow standard NSPredcates

Originator:carpeaqua
Number:rdar://5806315 Date Originated:
Status:Open Resolved:
Product: Product Version:
Classification: Reproducible:
 
Summary:
CalCalendarStore's tasksWithPredicate method does not allow the calendar store to be queried using standard NSPredicates.

Steps to Reproduce:
N/A

Expected Results:
I'd like to be able to generate complex queries to parse out calendar tasks based on a variety of options I pass.  For instance, I may want to get a listing of all tasks due today, overdue tasks and tasks without a due date.  I could do this using a compound predicate, but it presently returns nil and throws an exception.

Actual Results:
Nil is returned and an exception is throw.

Regression:
N/A

Notes:
N/A

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!