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 event on full calendar [Day & Week view] #2476

Closed
2 of 3 tasks
ravigopani opened this issue Nov 30, 2023 · 2 comments
Closed
2 of 3 tasks

Display event on full calendar [Day & Week view] #2476

ravigopani opened this issue Nov 30, 2023 · 2 comments

Comments

@ravigopani
Copy link

ravigopani commented Nov 30, 2023

Clear and concise description of the problem

In react big calendar currently showing events something like as below.
image
Capture

and somewhere i saw something like as below image. which has look and feel more then what we have currently in react-big-calendar. and also it has big area to display event so with this it is easy to read event content.
Screenshot 2023-11-22 at 10 14 00 AM

so how to do customization in display events. and also let's say my event start from 10:00 AM and end at 05:00 PM so that event should display as stretched format. means that event should display vertically long in day view.

Suggested solution

I am looking for that solution as mentioned problem above. please help me out for this.

Alternative

No response

Additional context

No response

Validations

  • Read the docs.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.

Would you like to open a PR for this feature?

  • I'm willing to open a PR
@cutterbl
Copy link
Collaborator

Picture B is the default layout of events in Big Calendar. Picture A shows your events with all of the text centered. Somewhere you have some CSS causing this to happen, overriding the styles. You either need to apply override styling to your .rbc-event class, or use the eventPropGetter to apply override styling or new classes. For finer control of sizing/overlap you can apply a custom dayLayoutAlgorithm

@Berchez
Copy link

Berchez commented Oct 11, 2024

It would be interesting to have an option to not have this layout with overlay

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

3 participants