Calendar syncConnect providers to sync your timetable
Google Calendar
{#if !status.configured}
Not available in this build
{:else if status.connected}
Connected{formatLastSync(status.lastSyncAt) ? ` · ${formatLastSync(status.lastSyncAt)}` : ""}
{:else}
Not connected
{/if}
{#if status.connected}
Keeps a rolling {syncWeeksAhead}-week window. Each week adds the next week and removes the oldest.
{/if}
{#if !status.connected}
{:else}
{/if}
More providersOutlook, Apple Calendar — coming soon