Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.
Sergey Parshin edited this page Jul 5, 2016 · 9 revisions

Common questions

Q1. Can I dismiss or snooze notification from notification panel without opening app?

A1. Yes you can. There are two views for many notifications on Android: expanded and compact. Compact notification in case of this app would only show event basic details: title, time and location (if event has one), but Expanded view would also show "SNOOZE" and "DISMISS" buttons allowing you to act on the notification directly from notification panel.

Android decides on its own on what particular view to use for particular notification based on total number of notifications currently active and many other parameters, so by default SNOOZE and DISMISS buttons could be not visible. But you can always manually "expand" app notification (and any other expandable Android notification), there are two standard Android gestures for that:

Q2. Sometimes app shows "SNOOZE" and "DISMISS" in the notification and sometimes it doesn't. Is it a bug?

A2. Android automatically switches notification to compact views under certain conditions. You could always expand any particular notification manually to show these buttons - see Q1 for details.

Q3. App just says no notifications to display, nothing is shown in the app window. How to turn it on?

A3. Purpose of this app is to replace Calendar notifications with more advanced notifications with extended functionality like flexible snooze options, reminders, etc. So this app is not scanning Calendar for ongoing events, not displaying it on the main window since it was never a purpose of this app. On the main window app would only display fired calendar notifications - active and ones you've snoozed. If you don't have any such notifications - main window would be empty.

Clone this wiki locally