** Which href is the author referring (Grid view) to inserting the code below? **
Wherever you want that particular display to occur. If you want it in Day View, you'll need to put it in the links in the <%-- DAY VIEW --%> section, if you want it in Month, Week, Two-Week, etc. you'll need to put it in the <%-- MONTHLY OR WEEKLY VIEW --%> section.
** Where would this line fall within the href syntax? **
Anywhere at all before the first > character as long as it is separated by a space from any of the other tag attributes. Eg.
<a href=... Your_Code_Here ...>Link Text here</a>
Dan O.
------------------