UI visuals for mail calendar items, calendar reminders.

This commit is contained in:
Burak Kaan Köse
2026-02-11 01:49:29 +01:00
parent 870a5e2bf6
commit 52ee5f1d8a
21 changed files with 639 additions and 77 deletions
@@ -0,0 +1,8 @@
using System.Threading.Tasks;
namespace Wino.Mail.WinUI.Interfaces;
public interface ICalendarReminderServer
{
Task StartAsync();
}