sogo/SoObjects/Appointments/SOGoAptMailItalianRemoval.wo/SOGoAptMailItalianRemoval.wod
Wolfgang Sourdeau b13dfdd3d8 Monotone-Parent: 3ba428cb7437bcf800f19f8b140f409be05bc889
Monotone-Revision: c96deb18e014638530c03d2784a58f6015e64407

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-03-24T19:56:15
Monotone-Branch: ca.inverse.sogo
2008-03-24 19:56:15 +00:00

35 lines
570 B
Plaintext

AptStartDate: WOString {
value = newStartDate;
dateformat = "%d/%m/%y";
escapeHTML = NO;
}
AptStartTime: 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;
}