Proper handling of DateTimeOffset, support for Multi-Day events and reacting to adding/removing events for the days.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using Wino.Core.Domain.Interfaces;
|
||||
using Wino.Core.Domain.Entities.Calendar;
|
||||
|
||||
namespace Wino.Messaging.Client.Calendar
|
||||
{
|
||||
/// <summary>
|
||||
/// Raised when event is added to database.
|
||||
/// </summary>
|
||||
public record CalendarEventAdded(ICalendarItem CalendarItem);
|
||||
public record CalendarEventAdded(CalendarItem CalendarItem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user