Skip to content
Snippets Groups Projects
Commit 8b642ce0 authored by Andreas Schindlbeck's avatar Andreas Schindlbeck Committed by Sophia Leierseder
Browse files

Kalender: Termin anlegen -> Quickfix

parent 905a4ae8
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,6 @@ import("system.result");
*/
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && vars.exists("$param.Entry_param"))
{
logging.log()
var event = JSON.parse(vars.getString("$param.Entry_param"));
if(event[calendars.SUMMARY])
......
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