-
-
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}
-
-
-
-
-
-
-
- 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}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-