Description:
{@html $slct.event_obj.description}
Type of Recovery Meeting: {$slct.event_obj.type}
Address:
{#if $slct.event_obj.location_address_json} {#if $slct.event_obj.physical} {#if $slct.event_obj.location_address_json.name}{$slct.event_obj.location_address_json.name}
{/if} {#if $slct.event_obj.location_address_json.line_1}{$slct.event_obj.location_address_json.line_1}
{/if} {#if $slct.event_obj.location_address_json.line_2}{$slct.event_obj.location_address_json.line_2}
{/if} {#if $slct.event_obj.location_address_json.line_3}{$slct.event_obj.location_address_json.line_3}
{/if} {/if} {#if $slct.event_obj.location_address_json.city}{$slct.event_obj.location_address_json.city}, {/if} {#if $slct.event_obj.location_address_json.state_province}{$slct.event_obj.location_address_json.state_province}{/if} {#if $slct.event_obj.physical} {#if $slct.event_obj.location_address_json.postal_code}{$slct.event_obj.location_address_json.postal_code}{/if} {/if} {#if $slct.event_obj.location_address_json.country}
{$slct.event_obj.location_address_json.country} {/if} {:else} {#if $slct.event_obj.physical} {#if $slct.event_obj.address_name}{$slct.event_obj.address_name}
{/if} {#if $slct.event_obj.address_line_1}{$slct.event_obj.address_line_1}
{/if} {#if $slct.event_obj.address_line_2}{$slct.event_obj.address_line_2}
{/if} {#if $slct.event_obj.address_line_3}{$slct.event_obj.address_line_3}
{/if} {/if} {#if $slct.event_obj.address_city}{$slct.event_obj.address_city}, {/if} {#if $slct.event_obj.address_country_subdivision_name}{$slct.event_obj.address_country_subdivision_name}{/if} {#if $slct.event_obj.physical} {#if $slct.event_obj.address_postal_code}{$slct.event_obj.address_postal_code}{/if} {/if} {#if $slct.event_obj.address_country_name}
{$slct.event_obj.address_country_name} {/if} {/if}
{#if $slct.event_obj.physical}
Additional information: {@html $slct.event_obj.location_text}
{/if}
URL: {$slct.event_obj.attend_url} Passcode: {$slct.event_obj.attend_url_passcode}
Phone: {$slct.event_obj.attend_phone} Passcode: {$slct.event_obj.attend_phone_passcode}
Additional information: {@html $slct.event_obj.attend_text}
Frequency: {#if $slct.event_obj.recurring_pattern == 'weekly'}Weekly {:else if $slct.event_obj.recurring_pattern == 'monthly'}Monthly {:else if $slct.event_obj.recurring_pattern == 'every other week'}Every Other Week {:else if $slct.event_obj.recurring_pattern == 'other'}Other {/if} {#if $slct.event_obj.recurring_text && $slct.event_obj.recurring_text.length > 0} {#if $slct.event_obj.recurring_text.includes('*gen*') && $ae_app.administrator_access} {@html $slct.event_obj.recurring_text} {:else if (!$slct.event_obj.recurring_text.includes('*gen*'))} {@html $slct.event_obj.recurring_text} {/if} {/if}
Days of week: {#if $slct.event_obj.weekday_sunday}Sunday{/if} {#if $slct.event_obj.weekday_monday}Monday{/if} {#if $slct.event_obj.weekday_tuesday}Tuesday{/if} {#if $slct.event_obj.weekday_wednesday}Wednesday{/if} {#if $slct.event_obj.weekday_thursday}Thursday{/if} {#if $slct.event_obj.weekday_friday}Friday{/if} {#if $slct.event_obj.weekday_saturday}Saturday{/if}
{#if $slct.event_obj.recurring_start_time} Start time: {ae.util.iso_datetime_formatter(`2024-01-01 ${$slct.event_obj.recurring_start_time}`, 'time_short')} - End time: {ae.util.iso_datetime_formatter(`2024-01-01 ${$slct.event_obj.recurring_end_time}`, 'time_short')} - Timezone: {$slct.event_obj.timezone} {#if $slct.event_obj.timezone} ( Your TZ: {dayjs.tz(`${$ae_app.current_date_str} ${$slct.event_obj.recurring_start_time}`, $slct.event_obj.timezone).tz($ae_app.current_timezone).format('hh:mm A')} {$ae_app.current_timezone} ) {/if} {:else} No times set {/if}
{#if $slct.event_obj.contact_li_json && $slct.event_obj.contact_li_json.length && $slct.event_obj.contact_li_json[0].full_name}
Contact: {$slct.event_obj.contact_li_json[0].full_name} {#if $slct.event_obj.contact_li_json[0].email} | {$slct.event_obj.contact_li_json[0].email} {/if} {#if $slct.event_obj.contact_li_json[0].phone_mobile} | Mobile: {$slct.event_obj.contact_li_json[0].phone_mobile} {/if} {#if $slct.event_obj.contact_li_json[0].phone_home} | Home: {$slct.event_obj.contact_li_json[0].phone_home} {/if} {#if $slct.event_obj.contact_li_json[0].phone_office} | Office: {$slct.event_obj.contact_li_json[0].phone_office} {/if} {#if $slct.event_obj.contact_li_json[0].other_text}| {$slct.event_obj.contact_li_json[0].other_text}{/if}
{:else if $slct.event_obj.contact_1_id_random}
Contact: {$slct.event_obj.contact_1_name} {#if $slct.event_obj.contact_1_email} | {$slct.event_obj.contact_1_email} {/if} {#if $slct.event_obj.contact_1_phone_mobile} | Mobile: {$slct.event_obj.contact_1_phone_mobile} {/if} {#if $slct.event_obj.contact_1_phone_home} | Home: {$slct.event_obj.contact_1_phone_home} {/if} {#if $slct.event_obj.contact_1_phone_office} | Office: {$slct.event_obj.contact_1_phone_office} {/if} {#if $slct.event_obj.contact_1_other_text}| {$slct.event_obj.contact_1_other_text}{/if}
{/if} {#if $slct.event_obj.contact_li_json && $slct.event_obj.contact_li_json.length && $slct.event_obj.contact_li_json[1].full_name}
Contact: {$slct.event_obj.contact_li_json[1].full_name} {#if $slct.event_obj.contact_li_json[1].email} | {$slct.event_obj.contact_li_json[1].email} {/if} {#if $slct.event_obj.contact_li_json[1].phone_mobile} | Mobile: {$slct.event_obj.contact_li_json[1].phone_mobile} {/if} {#if $slct.event_obj.contact_li_json[1].phone_home} | Home: {$slct.event_obj.contact_li_json[1].phone_home} {/if} {#if $slct.event_obj.contact_li_json[1].phone_office} | Office: {$slct.event_obj.contact_li_json[1].phone_office} {/if} {#if $slct.event_obj.contact_li_json[1].other_text}| {$slct.event_obj.contact_li_json[1].other_text}{/if}
{:else if $slct.event_obj.contact_2_id_random}
Contact: {$slct.event_obj.contact_2_name} {#if $slct.event_obj.contact_2_email} | {$slct.event_obj.contact_2_email} {/if} {#if $slct.event_obj.contact_2_phone_mobile} | Mobile: {$slct.event_obj.contact_2_phone_mobile} {/if} {#if $slct.event_obj.contact_2_phone_home} | Home: {$slct.event_obj.contact_2_phone_home} {/if} {#if $slct.event_obj.contact_2_phone_office} | Office: {$slct.event_obj.contact_2_phone_office} {/if} {#if $slct.event_obj.contact_2_other_text}| {$slct.event_obj.contact_2_other_text}{/if}
{/if} {#if !$slct.event_obj.contact_1_id_random && !$slct.event_obj.contact_2_id_random}
No contact information was given!
{/if}
ID: {$slct.event_obj.event_id_random} Created on: {ae.util.iso_datetime_formatter($slct.event_obj.created_on, 'datetime_short')} Updated on: {ae.util.iso_datetime_formatter($slct.event_obj.updated_on, 'datetime_short')}
{#if $ae_app.trusted_access || $slct.event_obj.external_person_id === $ae_app.novi_uuid || $slct.event_obj.contact_1_email === $ae_app.novi_email}
{/if}