1 <?xml version='1.0' standalone='yes'?>
3 style="font-size: 11px;"
4 border="0" cellspacing="0" cellpadding="2"
5 xmlns="http://www.w3.org/1999/xhtml"
6 xmlns:var="http://www.skyrix.com/od/binding"
7 xmlns:const="http://www.skyrix.com/od/constant"
16 <var:foreach list="appointments" item="appointment">
18 <td><var:string value="appointment.dateId"/></td>
20 <a var:href="appointmentViewURL"
21 ><var:string value="appointment.title"/></a>
24 <var:string value="appointment.startDate"
25 const:dateformat="%Y-%m-%d %H:%M" />
27 <var:string value="appointment.endDate"
28 const:dateformat="%Y-%m-%d %H:%M" />
30 <td><var:string value="appointment.objectVersion"/></td>
31 <td><var:string value="appointment.location"/></td>