-1

https://i.stack.imgur.com/TFvLr.png

Is it possible to change this switch programmatically?

I have a switch in my App to enable/disable all notifications and if I could toggle this switch I wouldn't have to remove or re-add all reminders everytime the user changes this setting.

Pacha
  • 51
  • 1
  • 7

1 Answers1

0

I think this is the documentation you are looking for : Calendar and Reminder programming guide Especially Reading and Writing Reminders

There is no way to get reminder information/modification except through this API

Olotiar
  • 3,225
  • 1
  • 18
  • 37
  • After reading the Calendar programming guide I decided to go with that and solved my problem. I add a calendar event and set an alarm for that event and when the user turns the notifications off I only remove the alarms. – Pacha Dec 11 '13 at 22:09