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
Hi Yves,
Try using this attribute in AdvancedOptions parameter:
displayEventTime: false
Result:
Pedro Costa
Hey @Yves Jerome Lat did any of these answers help you get your solution?
Cheers
Hey Yves,
On your AdvancedOptions, you can try adding "displayEventTime: false", and see if it solves your problem.
Hope this helps!