Removing religious holidays from calendar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I had added both the Jewish and Christan hoildays to my calendar twice while
I was checking some things. Now I would like them all removed, how can I do
this?
 
Never mind I figured it out. You would think they would just make a remove
button just like they have and add button......but noooooooo! that would be
to easy.
 
Burleyman said:
Never mind I figured it out. You would think they would just make a
remove button just like they have and add button......but noooooooo!
that would be to easy.

Actually, it would be difficult. Adding is easy because the .hol file
containing the holiday definitions is a single source (which can be edited
with Notepad). Once the holidays are on the calendar, however, it would
take VBA code to search through all the items on the calendar looking for
holidays and then removing all of those individual items one at a time. In
some ways it's like a sorting mail in the post office. You feed the
collected mail into a machine and automation moves all the mail to be
delivered to bins corresponding to the delivery routes, but there's no
mechanism of "unsorting" it other than manually moving all that mail back to
the starting point. The automation simply can't run in the reverse
direction without a lot of work. It's not an easily reversable operation.
 
They could just add it with "Christian Holiday" or "Jewish Holiday" instead
of "holiday" and then allow you to delete "Jewish Holiday" and it would look
for those entries and delete them, just as I just did manually.....easy.
 
Back
Top