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

AppointmentPreviewView Zusatzcontent

parent f6156524
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ if(vars.exists("$param.entry"))
masterEntry = JSON.parse(vars.get("$param.masterEntry"));
}
logging.log("Appointment is recurrence exception: " + (masterEntry != null))
//logging.log("Appointment is recurrence exception: " + (masterEntry != null))
var uid = entry[calendars.ID];
var summary = entry[calendars.SUMMARY];
......
......@@ -3,8 +3,6 @@ import("system.logging");
import("system.result");
import("system.calendars");
logging.log("attendees poss-items")
var entry = JSON.parse(vars.getString("param.entry"));
var allUsers = calendars.getFullCalendarUsers(calendars.RIGHT_WRITE);
var results = [];
......@@ -13,6 +11,5 @@ for (var i = 0; i < allUsers.length; i++)
{
results[i] = [allUsers[i][0], allUsers[i][2].paramvalue];
}
logging.log(results);
result.object(results);
\ No newline at end of file
......@@ -22,6 +22,7 @@
<locationField>LOCATION</locationField>
<organizerField>ORGANIZER</organizerField>
<categoriesField>CATEGORIES</categoriesField>
<favoriteActionGroup1>PartStatActionGroup</favoriteActionGroup1>
<entityField>#ENTITY</entityField>
</appointmentPreviewViewTemplate>
</children>
......
......@@ -2,7 +2,7 @@
<preferences xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="3.0.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/preferences/3.0.1">
<name>_____PREFERENCES_PROJECT</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<projectName>xRM-Basic5</projectName>
<projectName>xRM-Basic-5-1</projectName>
<jditoMaxContentSize v="57671680" />
<calendarCategoriesEvent>
<entry>
......
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