-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update docs for the zep adapter
- Loading branch information
Alexander Huck
committed
Jan 12, 2024
1 parent
f7c87e6
commit c516a20
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
## ZEP Adapter Setup | ||
|
||
The ZEP Adapter just takes the Username and Password as configuration parameters: | ||
The ZEP Adapter just the Username and Password as well as the ZEP Endpoint as configuration parameters: | ||
|
||
```yaml | ||
source: | ||
|
@@ -12,12 +12,13 @@ source: | |
config: | ||
username: [email protected] | ||
password: superSuperSecret1337 | ||
endpoint: "https://zep.company.com/zep/sync/dav.php/calendars" | ||
``` | ||
The ZEP adapter is only supported as a source. | ||
## Outlook Adapter Setup | ||
The Outlook calendar is synchronized via Microsoft Graph API. You will need to | ||
The Outlook calendar is synchronized via Microsoft Graph API. You will need to | ||
[register an application on Azure](https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app). | ||
The application needs the following permissions: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ source: | |
# config: | ||
# username: "[email protected]" | ||
# password: "[password here]" | ||
# endpoint: "https://zep.company.com/zep/sync/dav.php/calendars"" | ||
|
||
sink: | ||
adapter: | ||
|