Recurring Toasts with Windows 8.1 Store Apps build with JS -


i've been trying create notifications happen on weekly basis - example, every monday @ 8am.

i've tried use recurring toast - http://msdn.microsoft.com/en-us/library/windows/apps/hh465417.aspx - realized recurrence parameters more designed snooze functionality, maximum delay of 60 minutes, , maximum repeat 3 times.

is there suggested workaround this?

is there best practice such use case?

thanks!

you're right recurrence on scheduled toasts designed snooze. unfortunately, api doesn't provide way show same toast multiple times on fixed schedule.

you'll need manually create scheduledtoastnotification each time want shown. in example, might create , schedule out toast week each monday @ 8 am.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -