# Full Calendar

## 1: Display at frontend

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

![](https://546673363-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MW3F_nSo5166LWY6zN0%2F-MW3hcNTpMFU1lX7C7yx%2F-MW3j75jr0lL6COdU8gd%2FScreen%20Shot%202021-03-18%20at%204.48.17%20PM.jpg?alt=media\&token=d4a493c8-4d8f-44fe-9be4-241f5ce443e1)

## 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

![](https://546673363-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MW3F_nSo5166LWY6zN0%2Fuploads%2F2BJjFEF6hl55RZuh0UAc%2FScreen%20Shot%202024-07-29%20at%2010.26.16.png?alt=media\&token=62055952-9afb-41ed-a645-c7d329de504a)

### 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.
