Organization Calendar
Overview of all team events and milestones.
(isModalOpen = true)} class="bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-md shadow-sm border border-transparent transition-colors flex items-center space-x-2 text-sm" >
Add Event
{#if loading}
Loading events...
{:else}
{/if}
Title
Date
Time
Color
Blue
Green
Red
Yellow
Purple
Team
{#each myTeams as team (team.id)}
{team.name}
{/each}
Description
(isModalOpen = false)} class="bg-transparent hover:bg-neutral-700 text-neutral-300 font-medium py-2 px-4 rounded-md border border-neutral-600 transition-colors text-sm" > Cancel
{saving ? "Saving..." : "Add Event"}