J
JohnV@nn
Given a master appointment item, is there a way to use Find or
Restrict methods on the Items collection to get all the occurrences?
I was going to do something like this:
calendaritems.Sort("Start")
calendaritems.IncludeRecurrences = True
calendaritems.Restrict("[EntryID]=123")
But I discovered you can't use EntryID with Restrict. Does anyone
know a way to use filtering or restricting to get the occurrences? Or
some other reliable way?
Thanks,
John
Restrict methods on the Items collection to get all the occurrences?
I was going to do something like this:
calendaritems.Sort("Start")
calendaritems.IncludeRecurrences = True
calendaritems.Restrict("[EntryID]=123")
But I discovered you can't use EntryID with Restrict. Does anyone
know a way to use filtering or restricting to get the occurrences? Or
some other reliable way?
Thanks,
John