Skip to content

Calendar Notification Issue with DavX #491

Answered by rfc2822
AnyByte asked this question in General
Discussion options

You must be logged in to vote

Seems that Android only shows alerts for METHOD_ALERT: https://android.googlesource.com/platform/packages/providers/CalendarProvider/+/refs/heads/main/src/com/android/providers/calendar/CalendarAlarmManager.java#325

DAVx⁵ creates the default reminder without a specific action, which is then mapped to METHOD_DEFAULT by ical4android.

Maybe we should

  • explicitly set ACTION:DISPLAY for the default reminder → #493,
  • document the difference between METHOD_ALERT and METHOD_DEFAULT in the ical4android source code,

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by rfc2822
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants