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

remove all events at once in calendar with no events #40

Closed
kprathap23 opened this issue Nov 24, 2015 · 10 comments
Closed

remove all events at once in calendar with no events #40

kprathap23 opened this issue Nov 24, 2015 · 10 comments

Comments

@kprathap23
Copy link

is there any way to remove events (dots under date ) all at once rather than using
below removeEvent method

compactCalendarView.removeEvent(new CalendarDayEvent(dateClicked.getTime(), Color.argb(255, 169, 68, 65)), true);
adapter.notifyDataSetChanged();

@SundeepK
Copy link
Owner

have a look at public void removeEvents(List<CalendarDayEvent> events)

@SundeepK
Copy link
Owner

Sorry I may have mis-interreptted that. Do you mean something like removeAllEvents()?

@kprathap23
Copy link
Author

Yes . removeAllEvents()

@SundeepK
Copy link
Owner

That we be a feature request, should be quite easy todo.

@kprathap23
Copy link
Author

This is such a good Library so far i have seen for Calendar control .any plans to integrate day View, week view in near future to this library.

@SundeepK
Copy link
Owner

You might be interested in my other library https://github.com/SundeepK/MultiDayCalendarView. It provides a 3 day calendar view, but that's why it's not on maven. But it is in a usable state (I use it in my own projects). It looks like the Google Calendar as well. I'm planning on adding some further animations to make it look nicer, that why it's not finished.

@kprathap23
Copy link
Author

Thank u . I will try this Library.

@SundeepK
Copy link
Owner

Will release new version in the next day or so.

@SundeepK
Copy link
Owner

Available in version:

dependencies {
    compile 'com.github.sundeepk:compact-calendar-view:1.8.0'
}

@kprathap23
Copy link
Author

Thank you..

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

No branches or pull requests

2 participants