{% include 'admin/partials/header.html' %}{% include 'admin/partials/sidebar.html' %}
Calendar

Calendar Management

Manage custom events and holiday country sources from one place.

+ Add event
Custom events{{ $eventCount }}stored calendar events
Enabled countries{{ $enabledCount }}shown on the calendar
Cached holidays{{ $holidayCount }}stored locally
Custom events

Event manager

View public calendar
EventDateOwnerStatusActions
{% foreach $events as $event %}
{{ $event['title'] }}{{ $event['location']?:'No location' }}
{{ $event['event_date'] }}{{ $event['event_time']?:'All day' }}
{{ $event['creator_username']?:'System' }}
{{ $event['is_public']?'Public':'Hidden' }}
Edit
{% endforeach %}{% if count($events)===0 %}
No custom events yet

Create an event from the Admin CP or public calendar.

{% endif %}
Holiday provider

Country calendar sources

{% foreach $countries as $country %}
{{ $country['country_code'] }}
{{ $country['country_name'] }}{{ $country['sync_status'] }} · {{ $country['last_synced_at']?:'Never synchronized' }}{% if $country['sync_message'] %}{{ $country['sync_message'] }}{% endif %}
{% endforeach %}
{% include 'admin/partials/footer.html' %}