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: plugins/carddav/README.md
+47-49Lines changed: 47 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,33 +31,31 @@ WHERE address_book = 'contacts/' AND uid = 'unique-id-123';
31
31
anyquery install carddav
32
32
```
33
33
34
-
## Configuration
35
-
36
-
The plugin requires CardDAV server credentials:
37
-
38
-
```bash
39
-
anyquery config set carddav url "https://carddav.example.com"
40
-
anyquery config set carddav username "your_username"
41
-
anyquery config set carddav password "your_password"
42
-
```
34
+
Anyquery will ask you for your CardDAV server URL, username, and password during installation. Refer to the [guide](#popular-carddav-providers) below for more information on how to configure your CardDAV server.
Create an app-specific password in Settings → Security → App passwords.
51
45
52
46
#### Google Contacts
53
47
54
-
Enable CardDAV API in Google Admin Console (for Workspace accounts) or use Google Contacts API instead.
48
+
Enable CardDAV API in Google Admin Console (for Workspace accounts). The Google Contacts API is not supported, but you can use Anyquery's integration for [Google Contacts](https://anyquery.dev/integrations/google_contacts).
55
49
56
50
#### Apple iCloud
57
-
```
51
+
52
+
```txt
58
53
URL: https://contacts.icloud.com/
54
+
Username: The email used by your Apple account
55
+
Password: Your Apple ID password
59
56
```
60
-
Use an app-specific password from Apple ID settings.
57
+
58
+
Use an app-specific password from Apple ID settings. Refer to [Apple's documentation](https://support.apple.com/en-au/102654#:~:text=Sign%20in%20to%20your%20Apple%20Account%20on%20account.apple.com,the%20steps%20on%20your%20screen.)
61
59
62
60
## Tables
63
61
@@ -67,49 +65,49 @@ List available address books on the CardDAV server.
67
65
68
66
#### Schema
69
67
70
-
| Column index | Column name | Type | Description |
0 commit comments