Does anyone know of a way to insert holidays from a .hol file into the Outlook calendars of all our users?
I know that Outlook has holidays for all countries which just need to be manually added by the user. In South Africa, holidays which fall on a Sunday cause the following Monday to be a holiday as well, which Outlook's standard holiday list does not take into account.
We have a custom .hol file which adds these bonus Monday holidays, but I can't find a way to add these to the calendars for all users without user intervention.
The command line option outlook.exe /hol <file.hol>
is the closest I've come to a solution, but it still requires user confirmation.
Clients are using Outlook 2003/2007 and the server is Exchange 2007.
Edit: To clarify, this needs to be done in the user's security context, via a login script or similar. I cannot do this server-side due to mailbox permissions which cannot be changed for non-technical reasons.