Open DanChaltiel opened 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 !
I just discovered this great library, but I get an unexpected behaviour :
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 !