ICS Calendar
Plugin created by Frederico Rodrigues (Discord @fredericotr). External API hosted and maintained by WebPlug. Need a custom TRMNL Plugin or an External API? Please get in touch.
[HOW TO SETUP THIS PLUGIN]
1) You need a public ICS link. In most apps/providers, you don't need to have your calendar set as public, only the ICS link. Most calendar apps/providers have this option.)
2) Configure all the mandatory fields.
Available settings
Refresh rate
If you want to display the plugin refresh rate, copy that value to this field. This field is not mandatory.
Number of days
Choose between 1 and 14 days to be displayed.
Calendar Priority
Explanation:
• Name is optional, if present, it will be used to identify if an error occurs while fetching the ICS link.
• Busy Only is optional, if set as true, it will display only busy events, if set as false, it will display all events in the calendar.
• Summary Override is optional, if present, it will replace all the events name on that calendar with the provided text. (Usually this is used as some kind of privacy protection)
This field uses JSON format as follows:
• Just one calendar, use the format {"name":"WORK","url":"https://example.com/calendar.ics","busy_only":false,"summary_override":""}
• This field does not accept more than one calendar.
Calendar Normal
Explanation:
• Name is optional, if present, it will be used to identify if an error occurs while fetching the ICS link.
• Busy Only is optional, if set as true, it will display only busy events, if set as false, it will display all events in the calendar.
• Summary Override is optional, if present, it will replace all the events name on that calendar with the provided text. (Usually this is used as some kind of privacy protection)
This field uses JSON format as follows:
• For one calendar, use the format [{"name":"WORK","url":"https://example.com/calendar.ics","busy_only":false,"summary_override":""}]
• For more than one calendar, use the format [{"name":"WORK","url":"https://example.com/calendar.ics","busy_only":false,"summary_override":""},{"name":"GYM","url":"https://example.com/calendar.ics","busy_only":false,"summary_override":""}]
Hour Format
Timezone
Note: this plugin is a recipe. This plugin is a recipe by the community and is not maintained by TRMNL.
1
Connection
3
Forks