Skip to content
Snippets Groups Projects
Commit 50dae36c authored by Andreas Schindlbeck's avatar Andreas Schindlbeck
Browse files

Kalender: Orgas die nicht Teilnehmer sind, können Termine wieder löschen und bearbeiten

parent 5741b230
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,8 @@ if (vars.exists("$param.Entry_param"))
var reccurenceid = entry[calendars.RECURRENCEID];
if (reccurenceid == undefined)
reccurenceid = null;
calendars.removeEntryByUID(calendars.VEVENT, vars.get("$sys.user"), entry[calendars.ID], reccurenceid)
calendars.removeEntryByUID(calendars.VEVENT, entry[calendars.USER2]["cn"], entry[calendars.ID], reccurenceid)
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment