Creating events.

This commit is contained in:
Burak Kaan Köse
2025-12-30 11:59:54 +01:00
parent 70ac2d2bea
commit b81ab0ca15
13 changed files with 421 additions and 42 deletions
+7
View File
@@ -21,6 +21,13 @@ public enum FolderSynchronizerOperation
MarkFolderRead,
}
public enum CalendarSynchronizerOperation
{
CreateEvent,
UpdateEvent,
DeleteEvent,
}
// UI requests
public enum MailOperation
{