Skip to content
New issue

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

Get on top recent add ,delete or edit Event in Calendar #9

Open
akashqss opened this issue Dec 7, 2016 · 0 comments
Open

Get on top recent add ,delete or edit Event in Calendar #9

akashqss opened this issue Dec 7, 2016 · 0 comments

Comments

@akashqss
Copy link

akashqss commented Dec 7, 2016

Hello I have 4 calendar app in my device , I want when i add any event in any calendar then it will become on top using below method

    CalendarProvider calendarProvider = new CalendarProvider(this);
    List<Calendar> calendars = calendarProvider.getCalendars().getList();

    List<Event> calendar = calendarProvider.getEvents(calendars.get(0).id).getList();

If any change required then please suggest me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant