Help Date filter
Hi all,
I would like to create a Custom view for an Outlook calendar that displays messages that were created on the previous "business day" or "weekday".
It's not built into Outlook, so I think I can do it using SQL statements:
%yesterday("urn:schemas:calendar:created")%
But the problem is that when this view is run on a Monday, it will only show calendar entries which were created on the Sunday, rather than the previous Friday.
Thanks for your help.
|