We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 !
The text was updated successfully, but these errors were encountered: