To share a calendar so it can be accessed from outside of PinkNotes in any web browser follow these steps.
- Go into the Calendar's screen.
- In "Calendar Options" click the edit icon next to the calendar you should like to make public.
- Place a check-mark next to "This calendar can be viewed outside of PinkNotes".
- You will then be given a URL that you can use to share the calendar.
Once you have the public URL you can use code similar to the following HTML code to display the calendar on your website.
<iframe src="https://www.pinknotes.com/cal/
PUT_CALENDAR_KEY_HERE" style="border-width:0;" width="1005" height="800" frameborder="0" scrolling="no"></iframe>
Make sure you replace "PUT_CALENDAR_KEY_HERE" with the calendar key you are given in the URL.