Skip to content

Commit

Permalink
docs: update docs for the zep adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Huck committed Jan 12, 2024
1 parent f7c87e6 commit c516a20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
1 change: 1 addition & 0 deletions example.sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ source:
# config:
# username: "[email protected]"
# password: "[password here]"
# endpoint: "https://zep.company.com/zep/sync/dav.php/calendars""

sink:
adapter:
Expand Down

0 comments on commit c516a20

Please sign in to comment.