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

Display events on Calendar #54

Open
daniel50096230 opened this issue May 27, 2016 · 4 comments
Open

Display events on Calendar #54

daniel50096230 opened this issue May 27, 2016 · 4 comments

Comments

@daniel50096230
Copy link

Is it possible to display the events directly on the calendar instead of I need to hover it or click the circle icon to view the events? I need it badly but cannot figure out how to do it.

@twinssbc
Copy link
Owner

@daniel50096230 Sorry, I don't get your question. I didn't implement some hover to display capability or circle icon in my calendar.

@daniel50096230
Copy link
Author

Sorry for misleading you. Actually what I want is showing the events text on the calendar itself and not only showing different color to indicate there is event on the particular date. Just like the fullcalendar, showing the events directly on the calendar. Is it possible?

@twinssbc
Copy link
Owner

@daniel50096230 Now I get it. The reason I only show different color for the month view is because I intend to make this calendar work in mobile device, it's not possible to display all events in a small screen.
To make it work in the month view requires quite a lot of code change. If you are willing to implement it by yourself, you can refer to the logic in week view and day view.

@slishnevsky
Copy link

slishnevsky commented Apr 23, 2018

You need a different calendar component to display events inside the calendar itself: https://fullcalendar.io/
I choose this calendar over full-calendar, especially because of its small size and simple view.
The only thing that I wanted to ask the author to add (and should be extremely simple) - to add foregroundColor and backgroundColor properties to the event object, and use these value to apply colors to event-cell. The reason - is that I get events from my Google calendars, they have different colors, and I want these colors to be applied to the events when calendar is registered.

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

3 participants