• Ladill Mail

    @if ($mailConnected) Connected — events sync to your mailbox calendar @elseif (! $mailConfigured) Not configured on this server @else Not connected @endif

    @if ($mailConfigured && ! $mailConnected)
    @csrf
    @endif
  • Google Calendar

    {{ $googleConnected ? 'Connected' : 'Not connected' }}

    @if ($googleAuthUrl && ! $googleConnected) Connect @endif
  • Microsoft 365

    {{ $microsoftConnected ? 'Connected' : 'Not connected' }}

    @if ($microsoftAuthUrl && ! $microsoftConnected) Connect @endif

Apple Calendar: use iCal download on each meeting detail page.