@php use App\Support\EventsSourceLink; $eventsUrls = EventsSourceLink::urls($room); $isLinked = EventsSourceLink::isLinked($room); $eventTitle = EventsSourceLink::eventTitle($room); $eventsConfigured = EventsSourceLink::isApiConfigured(); $createEventUrl = EventsSourceLink::createEventUrl($room); $kind = $room->isConference() ? 'conference' : 'webinar'; $expectedType = $room->isConference() ? 'town_hall' : 'webinar'; $linkableEvents = $linkableEvents ?? []; $canManageEvents = $canManageEvents ?? false; $unlinkModalName = 'events-unlink-'.$room->uuid; $linkModalName = 'events-link-'.$room->uuid; @endphp
Linked to {{ $eventTitle }}
@elseif ($isLinked)Linked to event #{{ EventsSourceLink::eventId($room) }}
@elseRegistration, invitations, speakers, and QR codes for this {{ $kind }} are managed in Ladill Events. Link a virtual or hybrid event to enable attendee registration.
@endifEvents linking is not configured on this Meet instance.
Set MEET_API_KEY_EVENTS in Meet and the matching EVENTS_API_KEY_MEET in Events so Meet can list and link your events. You can still create an event in Events using the button below.
Registration page
Programme speakers and panelists are configured on the event programme in Events and sync to this session when linked.
@elseChoose a virtual or hybrid event. Registration, bulk invitations, speakers, and QR codes will be managed in Events.
@if ($errors->has('events'))