shrikanth7698 / Collapsible-Calendar-View-Android

Collapsible CalendarView is a simple calendar view which can be collapsed to save space and can be expanded when needed
https://shrikanth7698.github.io/Collapsible-Calendar-View-Android/
MIT License
431 stars 122 forks source link

How do i add multiple events in same date? #63

Open GarviShah opened 4 years ago

shekharkumar86 commented 3 years ago

any update?

GarviShah commented 3 years ago

Yes I have done that by modifying your library.

shekharkumar86 commented 3 years ago

Yes I have done that by modifying your library.

Please help me, can you please me provide the source code or any git link

Rauliciii commented 2 years ago

I can't even add a single Event. How is this done? I tried using calendarAdapter and simply addEventTag on the collapsibleCalendar but it doesn't work. Could you provide details on how this should be done? Also write in the ReadMe File

Rauliciii commented 2 years ago

I want to add an UI indicator to the user that there is some event taking place in a specific date (a dot or something under the date). Does this library have that?

isasayed commented 2 years ago

Hi @Rauliciii , hope this helps you.

you can set the event color in your layout color-calendar

and you can add events using addEventTag add-enevt

make note that month starts from 0 here

RAJ5734 commented 2 years ago

I Want to show Multiple events on same months using Api need help