## Collaboration Server Notification Template ## Type: Event Creation ## Channel: Email - HTML ############################################################################### ## Required Properties ## ############################################################################### ## content type #set( $contentType = "text/html" ) ## email priority true for high priority #set( $cns_priority = false ) ############################################################################### ## Content ## ############################################################################### ## sets the subject line for the email #set( $cns_subject = "$projectName : $events : $eventName : $event_created " ) ############################################################################### ## Macros ## ############################################################################### #macro( presence $user ) #if($imEnabled) #end #end #macro( userprofile $userid $username ) $username #end ############################################################################### ## Body Start ## ############################################################################### #parse ("/plumtree/collab/templates/header.inc")
 ----${event_created}
${unsubscribe_events}   ---- ${subscriptions_manage}   ----  
----
${event} ${objectName}
${event_start} ${startDate}
${event_end} ${endDate}----
${project} ${projectName}----
${type} ${recurrencetype}----
${creator} #userprofile( ${creatorUserID} ${creatorName} ) #presence( ${creatorEmail} )
${sent} ${messageCreatedDate}----
${notification_cause}
${event_creation_cause}
${objectDescription}
----
############################################################################### ## Body End ## ############################################################################### #parse ("/plumtree/collab/templates/footer.inc")