Remove or filter duplicate holidays events from calendar database - Android
问题 I am fetching all calendar events including holidays from Android Calendar Database using Content providers. As I am signed in with two different Gmail accounts , the Query returns duplicate holidays . I want to avoid duplicate Holidays and I am trying to do the same by making changes in Query. Is it possible to avoid duplicate holidays by making changes in the query? Can someone help me with making a proper query which by default avoids duplicate Holidays? Or is there any other solution for