You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/getting-started/configuration.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,14 @@ Weather is enabled by entering an API key. Get yours free from [OpenWeatherMap][
159
159
### Calendar
160
160
If you are using Google Calendar, more information can be found [here](https://support.google.com/calendar/answer/37648?hl=en#zippy=%2Cget-your-calendar-view-only).
161
161
162
+
Calendar supports basic authentication:
163
+
Example:
164
+
No Auth: `https://calendar.google.com/calendar/ical/XXXXXX/public/basic.ics`
165
+
With Auth: `username:password;https://calendar.google.com/calendar/ical/XXXXXX/public/basic.ics`
166
+
167
+
### Metadata
168
+
Needs documentation
169
+
162
170
### Misc
163
171
#### Webhook
164
172
A webhook to notify an external service is available. This is only enabled when the `Webhook`-Setting is set in your configuration. Your configured Webhook will be notified via `HTTP POST`-request.
0 commit comments