## Collaboration Server Notification Template ## Type: Event Creation ## Channel: Email - Plaintext ############################################################################### ## Required Properties ## ############################################################################### ## content type #set( $contentType = "text/plain" ) ## 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 " ) ############################################################################### ## Body Start ## ############################################################################### ${event_created}: ${objectName} ${project} ${projectName} ${event_start} ${startDate} ${event_end} ${endDate} ${type} ${recurrencetype} ${creator} ${creatorName} ${sent} ${messageCreatedDate} ${description} ${objectDescription} ${notification_cause} ${event_creation_cause} --- ${view_details}: ${objectURL} ${subscriptions_manage}: ${manageSubscriptionURL} ############################################################################### ## Body End ## ###############################################################################