@php $receiverTypes = config('app.calendar_receiver_types'); $targetTypes = config('app.calendar_target_types'); $allActions = ['create', 'reschedule', 'cancel']; $savedActions = old('allowed_actions', $calendar->allowed_actions ?? null); // null means all allowed — treat as all checked $checkedActions = $savedActions ?? $allActions; @endphp @if ($errors->any())
Allowed Actions
Controls which actions this calendar will forward to the target. Uncheck to silently skip that action type.
Examples: America/Edmonton, America/Regina, America/Vancouver, America/Toronto
Must match Jane exactly — case-sensitive. Format: Treatment Name (Practitioner Name) (Duration)
Receiver — who is sending to us
{{ $calendar->webhookUrl() }}
Generated after saving.
@endifTarget — where we forward to