... can book longer than a month):
// set criteria to search for clashing annual leave dates (pre/post 1 month check)
l_SearchCriterias = List();
m_SearchCriteria = Map();
m_SearchCriteria.put("searchField","From");
m_SearchCriteria.put("searchOperator","After");
m_SearchCriteria.put("searchText",v_GivenDateFrom.subMonth(1).toString("dd-MMM-yyyy"));
l_SearchCriterias.add(m_SearchCriteria);
m_SearchCriteria ...
Why?
So I get back from annual leave and I can't check-out / check-in any files in a Visual Studio 2010 project. All my colleagues can.
What?
Rather silly I know and the solution is one of those ...
... own or to your colleagues calendars.
How?
Available to me I have:
a Shared Calendar I can open in Outlook 2007 (the team's annual leave).
full access to a SharePoint 2007 site (team portal). ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.