add support for http basic auth for calendars

This commit is contained in:
Robin Appelman
2016-09-08 17:36:30 +02:00
parent a2497d7564
commit 90207f9b68
5 changed files with 28 additions and 8 deletions

View File

@@ -183,5 +183,13 @@ config: {
<code>'Birthday'</code>
</td>
</tr>
<tr>
<td><code> user </code></td>
<td>The username for HTTP Basic authentication.</td>
</tr>
<tr>
<td><code> pass </code></td>
<td>The password for HTTP Basic authentication.</td>
</tr>
</tbody>
</table>