Hi guys, lately I've been experimenting with the alarm API (RASCliSession).
I've tried to add an alarm with a call to RASCliSession::AlarmAdd, but the trick is that I'm setting the alarm category to the category of a calendar alarm (0x101F4A70). One of the reasons to do so, is because you can actually set different sound for calendar alarms in your phone settings so I just want to have this sound when the alarm notifies.
But to my biggest surprise, when the alarm expiration time comes, it does not show the alarm notification UI. It seems like the calendar is watching the alarms and when an alarm with category 0x101F4A70 tries to pop-up its interface, the calendar server automatically instructs the alarm server to hide the UI - so no notification is visually visible on the screen?
It there a way to make my alarm really present its notification on the screen?





