Skip to content

Commit

Permalink
Add CardDAV and CalDAV info for GMail #20
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis committed Jan 2, 2021
1 parent 8da5c62 commit 6e1680d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ispdb/googlemail.com
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@
</documentation>
</emailProvider>

<addressBook type="carddav">
<username>%EMAILADDRESS%</username>
<authentication>OAuth2</authentication>
<serverURL>https://www.googleapis.com/.well-known/carddav<serverURL>
</addressBook>

<calendar type="caldav">
<username>%EMAILADDRESS%</username>
<authentication>OAuth2</authentication>
<serverURL>https://apidata.googleusercontent.com/caldav/v2/%EMAILADDRESS%/events<serverURL>
</calendar>

<oAuth2>
<issuer>accounts.google.com</issuer>
<!-- https://developers.google.com/identity/protocols/oauth2/scopes -->
Expand Down

0 comments on commit 6e1680d

Please sign in to comment.