Event details page navigation, handling of attendees in Outlook synchronizer, navigation changes for calendar.
This commit is contained in:
7
Wino.Core.Domain/Models/Calendar/CalendarItemTarget.cs
Normal file
7
Wino.Core.Domain/Models/Calendar/CalendarItemTarget.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Wino.Core.Domain.Entities.Calendar;
|
||||
using Wino.Core.Domain.Enums;
|
||||
|
||||
namespace Wino.Core.Domain.Models.Calendar
|
||||
{
|
||||
public record CalendarItemTarget(CalendarItem Item, CalendarEventTargetType TargetType);
|
||||
}
|
||||
Reference in New Issue
Block a user