{!! $tpl->displayNotification() !!}

{{ __('label.connect_calendar_title') }}

{{ __('label.connect_calendar_description') }}


{{-- iCal URL Import --}} {{ __('label.ical_url_title') }}

{{ __('label.ical_url_description') }}

@csrf



{{-- Plugin-injected providers (CalDAV, Google Calendar, etc.) --}} {{-- Note: SVG icons via {!! !!} are trusted plugin content. Plugins are responsible for sanitizing their output. --}} @foreach($providers as $provider) @if($provider['id'] !== 'ical') @if(($provider['iconType'] ?? 'fontawesome') === 'svg') {!! $provider['icon'] !!} @else @endif {{ $provider['title'] }}

{{ $provider['description'] }}

{{ $provider['actionLabel'] }}
@endif @endforeach @dispatchEvent('afterProviders')

{{ __('label.more_integrations_hint') }}