Uses a main calendar spud object returned by the getSpudById() method and, where appropriate, returns the permanent link or permalink for the current view, typically an event detail view.
A permalink gives calendar visitors and event creators a way to share with others a permanent link to a specific event's details.
Important Permalinks are now a less important method for providing access to event detail pages. The URL for each event detail page now automatically reflects the event permalink.
You can copy or bookmark the URL from there, and then share it as the permanent link to the page.
A permalink URL
None
Call on a reference to a main calendar spud object to return permalinks to event detail views.
<input type="button" onclick="alert(mainSpud.getPermalink())" value="Share event detail link" />
<script type="text/javascript" src="https://25livepub.collegenet.com/scripts/spuds.js"></script>See a live example: On the page that opens, click an event title to see an event detail view, and then click Get Permalink.