Forum Discussion
TWid19
Apr 03, 2019Copper Contributor
Embed SharePoint Calendar in public webpage?
Hello, I am trying to find code to be used to embed a SharePoint calendar in our company's website for the public to see. I'm not having much luck even finding how to make the calendar public. A...
Paul Telkamp
Apr 03, 2019Copper Contributor
Is the calendar in SPO or OnPrem? If SPO you will need to create a web service that has access to return the content. You can't share directly due to not being able to share without logging a user in. If you are using OnPrem SP then you would need to make sure that anyone could access your SharePoint site (not recommended) or create the WS that reads it.