diff --git a/crates/frontend/js-components/lib/create-calendar-form.ts b/crates/frontend/js-components/lib/create-calendar-form.ts index 3817f44..ba5573d 100644 --- a/crates/frontend/js-components/lib/create-calendar-form.ts +++ b/crates/frontend/js-components/lib/create-calendar-form.ts @@ -27,6 +27,8 @@ export class CreateCalendarForm extends LitElement { @property() description: string = '' @property() + timezone_id: string = '' + @property() color: string = '' @property() isSubscription: boolean = false @@ -65,6 +67,11 @@ export class CreateCalendarForm extends LitElement { this.displayname = e.target.value} />
+ +

+ +

+ +

+ +