{event.title} {#if event.extendedProps.description} {#each event.extendedProps.description.split('\n') as line}

{line}

{/each}
{/if} {#if event.extendedProps.location} {event.extendedProps.location} {/if} {#if event.allDay} {dateFormat(event.start)} - {dateFormat(event.end)} {:else} {timeFormat(event.start)} - {timeFormat(event.end)} {/if}