RSVP options.

This commit is contained in:
Burak Kaan Köse
2026-01-03 19:33:36 +01:00
parent a64627e7d6
commit 9877656eea
28 changed files with 968 additions and 115 deletions
@@ -1,4 +1,5 @@
using System;
using Wino.Core.Domain.Entities.Shared;
namespace Wino.Core.Domain.Interfaces;
@@ -12,4 +13,5 @@ public interface IAccountCalendar
string RemoteCalendarId { get; set; }
bool IsExtended { get; set; }
Guid Id { get; set; }
MailAccount MailAccount { get; set; }
}