I'm working on an app where the user needs to be able to create alarms on Windows Phone. The issue I'm hitting is that we want to provide the functionality for an alarm to repeat on specific days (e.g. only mon-fri).
The RecurrenceInterval class doesn't seem to offer options to suit this (even though the it is possible in the native alarm app), only daily, weekly, etc...
Do I need to create a seperate alarm for each weekday and set them to repeat weekly?