Hi,
Just been assigned to add US and Jewish Holidays into everyone's calendar. After doing a little Googling, I found this:
http://technet.microsoft.com/en-us/library/ee692767.aspx
This script worked very well, but I would like to make some changes and I was hoping a VBS guru could give me a hand.
1. Instead of entering all of the holiday dates right underneath the dictionary object, can I make this script reference a txt file? The file I am particularly talking about is the .hol file within Outlook.
2. The .hol file within Outlook is in this format:
[United States] 384
Christmas Day,2009/12/25
Christmas Day,2010/12/25
[Jewish Religious Holidays] 148
Hanukkah,5769/3/25,8
Hanukkah,5770/3/25,8
Would this script read this Outlook.hol file with the syntax above, especially when the format of this Outlook.hol file is Name,Date + for the Jewish Holidays it's Name,Date(different type of calendar),Number(I am not even sure what this number represent - maybe for sort of calendar category?)
3. I would like to also categorize this event as a Holiday within Outlook. The script does not put the event in any type of category.
Any help on this is greatly appreciated.
-Thanks
~bp