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

#1041362 Partstatactions State

parent 641afe65
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ var event = JSON.parse(vars.getString("$param.Entry_param"));
if(event) //event not empty
{
var ownerCn = event[calendars.USER2]["cn"];
var ownerCn = event[calendars.ORGANIZER2]["cn"];
var currentUserTitle = vars.getString("$sys.user");
if(event[calendars.RECURRENCEID] && ownerCn == currentUserTitle) //serientermin und currentUser der TerminOwner
......
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