Looking for the right code that will generate just 1 ical link that gets added to existing Outlook calendar for a single event view.
The following code being placed on the /wp-content/[themedir]/events/single.php inside the loop generates a URL that is essentially the events permalink/ical/ but does not open up any form of .ics file or Outlook to add the event to my existing calendar.
`
<a class="ical single" href="”>
<img src="/images/addToOutlook.jpg” alt=”Add to Outlook”/>
`
The following which I found on a WP Support forum will generate the entire .ics file and a whole new calendar in Outlook (for all the events)
`
<a class="ical" href="/?ical=ID; ?>”>pluginDomain) ?>
`