Documentation

Plain Text

TeamCalendar offers visibility into the contents of every calendar. While this is a little more advanced, for those users who may wish to inspect the contents of a calendar, this option is available. Plain Text is a simple format that is easy to read and understand inside the browser. Simply append ?format=text to the end of the calendar URL to view the calendar in plain text.

For example, if the calendar URL is webcal://teamcalendar.com/1234656789, you can view the calendar in plain text by..

  • Switching the protocol from webcal:// to https://
  • Appending ?format=text

The resulting request will be formatted as
https://teamcalendar.com/1234656789?format=text

And here is an example to inspect the /home filter in plain text
https://teamcalendar.com/1234656789/home?format=text

More Articles