How can I make canceled appointments to not appear on full calendar?
Is there a way to do that or at least indicate that an appointment is cancelled on the Full calendar view?
How do I do this in the shortcode?
I'm wondering this too, is it possible to add a shortcode for hiding canceled appointments in FullCalendar?
Great! Thanks a lot!
For those wondering about this and finding this question: It was added in the release today 3rd of may 2023:
“Added new param for FullCalendar to hide cancelled events from being displayed in calendar (hide_cancelled=”0 or 1″ default 0)”
Hi!
I have been trying to use this shortcode on my FullCalendar, but it hides all the bookings, even those that aren’t canceled, I don’t know what I’m doing wrong.
I write as following:
[ea_full_calendar location="1"
day_names=Söndag,Måndag,Tisdag,Onsdag,Torsdag,fredag,lördag
day_names_short=Sön,Mån,tis,ons,tor,fre,lör
month_names=Januari,februari,mars,april,maj,juni,juli,augusti,oktober,november,december
month_names_short=jan,feb,mar,apr,maj,jun,jul,aug,okt,nov,dec
button_labels=idag,månad,vecka,dag,lista
display_event_end="1"
time_format=H:mm
color=service
hide_cancelled=1
]
Everything else seems to be working fine, but not the hide_cancelled.
Maybe I’m making a beginner mistake, I hope you can help me 🙂
Please login or Register to submit your answer