Set alarms as reminders for Microsoft Band from desktop application

72 Views Asked by At

I'm developing a Windows desktop application which connects with a Microsoft Band to set alarms as reminders but I cannot find API to do that, is it possible?

1

There are 1 best solutions below

0
On BEST ANSWER

No, the alarms functionality within the Band is not exposed via the SDK. You will have to create a phone application that wakes up at such scheduled times and uses the SDK to send notifications to a custom Tile and/or haptic notifications.