Handling of multi-day events, new rendering etc.
This commit is contained in:
@@ -17,5 +17,6 @@ namespace Wino.Core.Domain.Interfaces
|
||||
Task UpdateAccountCalendarAsync(AccountCalendar accountCalendar);
|
||||
Task CreateNewCalendarItemAsync(CalendarItem calendarItem, List<CalendarEventAttendee> attendees);
|
||||
Task<List<CalendarItem>> GetCalendarEventsAsync(IAccountCalendar calendar, DayRangeRenderModel dayRangeRenderModel);
|
||||
Task<CalendarItem> GetCalendarItemAsync(Guid accountCalendarId, string remoteEventId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user