Question

I am developing an app for WP7 and need to put out reminders.

The Reminder class and associated functionality is ideal... but the RecurrenceType that I can set does not include fortnightly. It includes a handful of options including Weekly, Monthly and Yearly.

I am wondering if anyone has any thoughts to work around this? If I have to generate multiple reminders for those events that occur fortnightly its going to become difficult to manage and, I am going to create an excessive number. Also have to handle how far in the future I generate them.

It seems a shame that there are not more options available in terms of the recurrence interval

Was it helpful?

Solution

I've seen a lot of people trying to create applications that adds a lot of reminders. And mind you, the limit of reminders are 50 per application.

But I don't really get why? Recurring events are something that belongs in a calendar feed.

I would design a application like this to work up against a iCal feed, like integration with the Windows Live calendar, or similar, and then add the events in that. And I know that at least that Google Calendar supports recurring events.

I would suggest you re-think the goal with your application. Or explain it here, so people can give better input.

There's no strait forward technical solution to this. Only hacks. So it's better to try solve the problem from a completely different angle.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top