Calendar item context flyout implementation
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Wino.Core.Domain.Enums;
|
||||
|
||||
public enum CalendarContextMenuActionType
|
||||
{
|
||||
Open,
|
||||
JoinOnline,
|
||||
Delete,
|
||||
ShowAs,
|
||||
Respond
|
||||
}
|
||||
Reference in New Issue
Block a user