Improved error handler if calendar data fails to load. Added site property to user events.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10123 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Simon Buckle
2008-07-30 13:21:42 +00:00
parent 9392bbf502
commit 3c4670d752

View File

@@ -11,7 +11,8 @@
<#-- "description" : "${event.properties["ia:descriptionEvent"]}", -->
"where" : "${event.properties["ia:whereEvent"]}",
"start" : "${event.properties["ia:fromDate"]?string("dd MMMM yyyy")}",
"end" : "${event.properties["ia:toDate"]?string("dd MMMM yyyy")}"
"end" : "${event.properties["ia:toDate"]?string("dd MMMM yyyy")}",
"site" : "${event.parent.parent.name}"
}<#if event_has_next>,</#if>
</#list>
]