EverythingMe / easy-content-providers

Easy integration with Android's built-in and custom content providers data
352 stars 89 forks source link

Can only read events from the past year #7

Open DanChaltiel opened 8 years ago

DanChaltiel commented 8 years ago

I just discovered this great library, but I get an unexpected behaviour :

    CalendarProvider provider = new CalendarProvider(this);
    List<Event> eventsList = provider.getEvents(id).getList();

The earliest event I get here happened the 08/16/2015, even if my google agenda show me events of 2014.

Is that a bug or a misunderstanding of mine ?

EDIT : by the way, why isn't there any adding method ? I would love that !