+++ /dev/null
-<#IsSubject>*E* Apt for the <#OldAptStartDate /> at <#OldAptStartTime /> changed</#IsSubject>
-<#IsBody>
-This appointment, previously set for <#OldAptStartDate />
-at <#OldAptStartTime /> is now scheduled for <#NewAptStartDate /> at <#NewAptStartTime />
-<#HasHomePageURL>
-Please make a decision for these new settings at <#HomePageURL />.
-</#HasHomePageURL>
-</#IsBody>
\ No newline at end of file
+++ /dev/null
-OldAptStartDate: WOString {
- value = oldStartDate;
- dateformat = "%d/%m/%y";
- escapeHTML = NO;
-}
-
-OldAptStartTime: WOString {
- value = oldStartDate;
- dateformat = "%H:%M";
- escapeHTML = NO;
-}
-
-NewAptStartDate: WOString {
- value = newStartDate;
- dateformat = "%d/%m/%y";
- escapeHTML = NO;
-}
-
-NewAptStartTime: WOString {
- value = newStartDate;
- dateformat = "%H:%M";
- escapeHTML = NO;
-}
-
-Organizer: WOString {
- value = newApt.organizer.cnWithoutQuotes;
- escapeHTML = NO;
-}
-
-HasHomePageURL: WOConditional {
- condition = homePageURL.length;
-}
-
-HomePageURL: WOString {
- value = appointmentURL;
- escapeHTML = NO;
-}
-
-IsSubject: WOConditional {
- condition = isSubject;
-}
-
-IsBody: WOConditional {
- condition = isSubject;
- negate = YES;
-}