feat: add right-click context menu on calendar events
This commit is contained in:
@@ -301,6 +301,10 @@ export function EventModal({
|
||||
privacy: "public",
|
||||
};
|
||||
|
||||
if (!event) {
|
||||
data.uid = generateUUID();
|
||||
}
|
||||
|
||||
if (location.trim()) {
|
||||
data.locations = {
|
||||
loc1: {
|
||||
|
||||
Reference in New Issue
Block a user