diff --git a/process/autostartNeon/process.js b/process/autostartNeon/process.js index ce7cee3b5775872f72907347547d4ab60c6a602a..0d612f4106852032aaafe8518e8f1e3c9a834c43 100644 --- a/process/autostartNeon/process.js +++ b/process/autostartNeon/process.js @@ -6,11 +6,4 @@ import("system.util"); var users = ["Admin", "Birgit Leicht", "John Doe"] calendars.addPermissions(users, calendars.VEVENT, ["READ", "WRITE"], null, false, calendars.SORTSTRATEGY_NATURAL); -calendars.setCheckAttendeesOnWrite(false); - -logging.log("autostartneon"); - -var linkinfo = text.encodeMS(["Person", "1a67eaa7-21da-4a18-97ab-755ac5cb74f7"]); -var uuid = "9a4a57c9-9da2-496e-9132-7e32684568d6"; -notification.addNotification(uuid, linkinfo, null, "Andi höhö", "AndisNotification", notification.PRIO_HIGH, 5, "UNSEEN", ["_____USER_bcdfb521-c7d0-4ef1-8916-78e7d3232046"], "AndiNotiCaption", "AndiNotiDescription"); - +calendars.setCheckAttendeesOnWrite(false); \ No newline at end of file