do you like to open your app when any notification from any app is received? Please elaborate...
See also this example
Btw. my alarmmanager extension is not only able to send a notification at a given time, it also can open your app at that time no matter if the screen is locked or not
the idea is : when a notification from my calendar is received, then i create an alarm wich open my app.
sometimes it works, but most of time the notification is catch by itoo but "onNotificationReceived" doesn't fire....so no textToSpeech and no alarm...
and if i open my app textToSpeech fire !!!
How do you receive a notification from your calendar?
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.
To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.
this looks a bit cumbersome... the calendar sends a notification, you listen to all notifications on the device and if there is a notification from the calendar, then you send another notification which on button click finally opens your app...
I'm not familiar with the calendar extensions we already have... it would be nice to have a calendar extension which can trigger an event...
btw. you do not need an alarmmanager in this case, the MelonNotification extension would be sufficient to send a notification
Also for debugging let me suggest to use the Notifier.LogInfo method (see again my example project) and use logcat to check the log Capturing Device Logs using adb logcat