I have a project I am working on where the user can set items in the scheduler to to fire a particular times. I make that work by just reading the date/time to fire. But what I am unsure of is how to fire off a Recurrence? Because all that is saved is the appointment and the pattern. I saw your example in SDK about doing reminders of appointments, but that actually created a completely different scheduler item.
So is there a way for me to read recurrence pattern or from some other source to know when to fire an reoccurring event? How to test for items against a current timer?
So is there a way for me to read recurrence pattern or from some other source to know when to fire an reoccurring event? How to test for items against a current timer?