Skip to content

Adds a callout to events displayed in a SharePoint calendar.

License

Notifications You must be signed in to change notification settings

gunjandatta/sp-event-callout

Repository files navigation

SharePoint Calendar Event Callout

This project will demonstrate how to add a callout for each event in a SharePoint 2013/Online Calendar. The callout will display the event details.

How To Use

Upload the script file to a SharePoint library. Edit a Calendar view page, and add a Script Editor webpart to the page. Add the following script to the page:

<script type="text/javascript" src="[url to the script file]"></script>
<script type="text/javascript">
    new SPEventCallout("Calendar List Name", ["Title", "Category", "EventDate", "EndDate"]);
</script>

Reference

This project was created in reference to my blog post.

About

Adds a callout to events displayed in a SharePoint calendar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published