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

Kalendar Exchange: Termine aus Modulen Person und Org heraus wieder erstellbar

parent b0ee9347
No related branches found
No related tags found
No related merge requests found
......@@ -281,6 +281,7 @@ CalendarUtil.createEntry = function( pType, pSummary, pDescription, pWithLink, p
Entry[calendars.STATUS] = pStatus;
Entry[calendars.CLASSIFICATION] = calendars.CLASSIFICATION_PUBLIC;
Entry[calendars.CATEGORIES] = pCategory;
Entry[calendars.TRANSPARENCY] = "OPAQUE";
if( pPriority != undefined )
......
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