> For the complete documentation index, see [llms.txt](https://ovatheme.gitbook.io/fullevent/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ovatheme.gitbook.io/fullevent/elements/full-calendar.md).

# Full Calendar

## 1: Display at frontend

You can use Elementor or Shortcode to display template like here:

![](/files/-MW3j75jr0lL6COdU8gd)

## 2: Config in Elementor or Shortcode

### Config Elementor

**Category**: Choose All or a category

Excluded Categories: Insert Category ID that you don't want to display in results.\
**Filter Event:** All, Upcoming, Special, Past

![](/files/WNDlphjFMw8o8IDO1B8k)

### Config Shortcode

```
[ovaev_fullcalendar category="all" exclude_cat="" filter_event="all" default_calendar_view="dayGridMonth" show_filter="no" show_view_month="yes" show_view_week="yes" show_view_day="yes" show_view_list="yes" ]

<!--
category: all or get by category slug. Example: slug1, slug2, slug3
exclude_cat: Search without some categories. Example: slug4, slug5, slug6.”
filter_event: all or past_event or upcoming_event or special
default_calendar_view: dayGridMonth or timeGridWeek or timeGridDay or listWeek
show_filter: yes or no (show/hide Filter Event).
show_view_month: yes or no
show_view_week: yes or no
show_view_day: yes or no
show_view_list: yes or no
-->
```

## 3: Customize Template

Copy file\
Plugins/ova-events/templates/elements/ovaev\_events\_calendar\_content.php\
to\
Your-theme/ovaev-templates/elements/ folder. Note you have to create these folder.
