[Calendar] Custom calendar styling

Hello everyone, i am currently trying to style my calendar component to achieve these set of items:

  1. For multi day events currently they show as single items on each day cell, i want to be able to get multi day events cross through the cells based on the number of days.

Desired view:

  1. On hover of an event item i want to show a customised tooltip that shows more information about that particular event that is being hovered on. There was no hover option for the event item

Desired view:
image

  1. I am trying to add custom css to style the look and feel for my calendar component…but somehow it is not coming correctly compared to how i am styling it on the browser.

PS; This is how i styled it in my browser

This is the result when i added the custom css in weweb:

How can i achieve these items?

you’re using the built-in calendar element?

Yes i am

Just make your own custom calendar using divs to make it fully customizable.

Do you have any resource, ideas or workflow that can assist me i building a custom calendar?

Please