Skip to content

Commit 6e1680d

Browse files
author
Travis
committed
Add CardDAV and CalDAV info for GMail #20
1 parent 8da5c62 commit 6e1680d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ispdb/googlemail.com

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@
5353
</documentation>
5454
</emailProvider>
5555

56+
<addressBook type="carddav">
57+
<username>%EMAILADDRESS%</username>
58+
<authentication>OAuth2</authentication>
59+
<serverURL>https://www.googleapis.com/.well-known/carddav<serverURL>
60+
</addressBook>
61+
62+
<calendar type="caldav">
63+
<username>%EMAILADDRESS%</username>
64+
<authentication>OAuth2</authentication>
65+
<serverURL>https://apidata.googleusercontent.com/caldav/v2/%EMAILADDRESS%/events<serverURL>
66+
</calendar>
67+
5668
<oAuth2>
5769
<issuer>accounts.google.com</issuer>
5870
<!-- https://developers.google.com/identity/protocols/oauth2/scopes -->

0 commit comments

Comments
 (0)