{MyAccount} {AppointmentTracking}

#LOCAL("Appointments", #Session.User.Appointments) #LOOP(#Appointments) #ENDLOOP #IF(NOT #COUNT(#Appointments)) #ENDIF #ENDLOCAL
{Reservation} {Resource} {Quantity} {CreationDate} {Status}
#StartDate[date:full]
#StartDate[time] - #IF(#FUNCTION("YMD",#StartDate) EQ #FUNCTION("YMD",#EndDate))#EndDate[time]#ELSE#EndDate[datetime]#ENDIF
#Calendar.Parent.NameOrAlias #Quantity[float] #CreationDate[date_tz] #IF(#DEFINED(#CancelledOn))
{CancelledOn} (#CancelledOn[date])
#ELSIF(#DEFINED(#AcceptedOn))
{AcceptedOn} (#AcceptedOn[date])
#ELSE
{NotAccepted}
#ENDIF
{NoAppointments}