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

Notification aus autostartNeon entfernt

parent a1a9fb69
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,4 @@ import("system.util");
var users = ["Admin", "Birgit Leicht", "Harold Smith", "Herbert Obermeier", "Lisa Sommer", "Susanne Lustig"];
calendars.setCalendarUser(users, calendars.RIGHT_READ | calendars.RIGHT_WRITE, false, calendars.SORTSTRATEGY_NATURAL);
calendars.setCheckAttendeesOnWrite(false);
var conf = notification.createConfig()
.linkInfo(text.encodeMS(["Person", "1a67eaa7-21da-4a18-97ab-755ac5cb74f7"]))
.notificationType("Geburtstag")
.daysToLive(1)
.addUserWithId("_____USER_bcdfb521-c7d0-4ef1-8916-78e7d3232046")
.caption("Susi Lustig")
.description("Alles Gute!!!?");
notification.addNotificationWith(conf);
calendars.setCheckAttendeesOnWrite(false);
\ 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