78
Views
3
Comments
Solved
[FullCalendar Reactive] How to hide time in the event using FullCalendar
Question
fullcalendar-reactive
Reactive icon
Forge asset by Mediaweb

I'm New to this environment and have started learning and using FullCalendar Reactive.

Currently it works for my project, but I want to customize the event without showing the time.

Please see below sample result of my Calendar,

Anyone can help me to hide time and just a event title only for each date.


Thank in advance.


Regards,

Yves Lat

2022-07-12 16-41-57
Pedro Costa
Solution

Hi Yves,

Try using this attribute in AdvancedOptions parameter:

displayEventTime: false

Result:


Regards,

Pedro Costa

2022-07-22 08-49-20
Laura Fidalgo
Solution

Hey @Yves Jerome Lat did any of these answers help you get your solution? 

Cheers

2022-07-22 08-49-20
Laura Fidalgo

Hey Yves,

On your AdvancedOptions, you can try adding "displayEventTime: false", and see if it solves your problem.


Hope this helps!

2022-07-22 08-49-20
Laura Fidalgo
Solution

Hey @Yves Jerome Lat did any of these answers help you get your solution? 

Cheers

2022-07-12 16-41-57
Pedro Costa
Solution

Hi Yves,

Try using this attribute in AdvancedOptions parameter:

displayEventTime: false

Result:


Regards,

Pedro Costa

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.