sogo/SoObjects/Appointments/SOGoAptMailItalianICalReply.wo/SOGoAptMailItalianICalReply.wod
Ludovic Marcotte 85c9c6e402 See ChangeLog
Monotone-Parent: 81c4e4d41c6464180cf83e11f19c2148e6351324
Monotone-Revision: 0400894ebb0d9305dae91e6efb9e8a62a36e6d5b

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2008-11-14T00:55:00
Monotone-Branch: ca.inverse.sogo
2008-11-14 00:55:00 +00:00

39 lines
578 B
Plaintext

IsSubject: WOConditional {
condition = isSubject;
}
IsBody: WOConditional {
condition = isSubject;
negate = YES;
}
summary: WOString {
value = summary;
escapeHTML = NO;
}
attendee: WOString {
value = attendeeName;
escapeHTML = NO;
}
HasAccepted: WOConditional {
condition = hasAccepted;
}
HasDeclined: WOConditional {
condition = hasDeclined;
}
HasNotAcceptedNotDeclined: WOConditional {
condition = hasNotAcceptedNotDeclined;
}
HasSentBy: WOConditional {
condition = hasSentBy;
}
sentBy: WOString {
value = sentBy;
escapeHTML = NO;
}