Pythonista-Issues
Pythonista-Issues copied to clipboard
New Notification module breaks app since no info about scheduled entries retrievable
For my script to work I need to access information about scheduled notifications like 3.2 let you retrieve. Usage in detail: https://github.com/whustedt/Noti/blob/master/Noti.py
→ Could you please bring back this functionality shortly? It is crucial for marathon training.
Pythonista documentation 3.3
notification.get_scheduled() Return a list of scheduled notification identifiers. The entries in the list are UUID strings that can be used for the cancel() function.
3.2
notification.get_scheduled() Return a list of scheduled notifications. The entries in the list are dicts that can be used as parameters for the cancel() function.