Skip to content
Snippets Groups Projects
Commit 70427784 authored by a.schindlbeck's avatar a.schindlbeck
Browse files

Appointment Categories Fix

parent c9d31fe9
No related branches found
No related tags found
No related merge requests found
import("system.logging");
import("system.result");
import("system.vars");
import("system.calendars");
var categs = JSON.parse(vars.getString("$param.entry"))[calendars.CATEGORIES];
logging.log("categs -> "+ categs);
result.string(categs);
\ No newline at end of file
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