Hi,
I have a client who loves the admin calendar and would like to put that type of functionality on the front end. What would be the best way to accomplish this? In the documentation I found the eo_get_event_fullcalendar function which would help me get started. I would just need to devise an Ajax way of redrawing the calendar.
I then noticed the links in the Resources section and thought about feeding the events into the fullCalendar jQuery plugin. Does anyone have any experience with this?
I’m wondering what is the easiest/best route to go with. Any tips would be greatly appreciated.
Regards,
Bruce

EQF Tech
Hi Bruce,
The easiest way is to use the [eo_fullcalendar]
shortcode. (See [docs][1]). There are options for displaying a drop-down menu for venues and categories. Additionally there is a goto
option to allow the user to jump to a specific date. (See headerLeft, headerRight and headerCentre options).
If you want to style the calendar, I’d recommend setting “theme” to false. E.g. [eo_fullcalendar theme=false]
.
The calendar will then use only the most basic styling, and a lot will be left to your theme. You can then add any styles that you require to your theme’sstyle.css
.

Stephen Harris
Thank you Stephen.
Totally missed that. Great plugin!

EQF Tech