Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wanting to use vdirsyncer from MS-Exchange #1142

Open
guimard opened this issue Sep 18, 2024 · 1 comment
Open

Wanting to use vdirsyncer from MS-Exchange #1142

guimard opened this issue Sep 18, 2024 · 1 comment

Comments

@guimard
Copy link

guimard commented Sep 18, 2024

Hi,

First thanks for maintaining vdirsyncer ! I'm using the ExchangeLib library to extract Microsoft Calendars/Contacts. What could be the best way to use it as source of vdirsyncer ?

  • use the Exchangelib to write a local file storage in vdirsync format ?
  • write a new type of server here ?
@meeuw
Copy link
Contributor

meeuw commented Oct 1, 2024

I use https://davmail.sourceforge.net/ for this.

But I'm only able to access my personal calendar and contacts.

I use the following vdirsyncer config (username is my username, password my password).

[pair davmail]
a = "davmail_local"
b = "davmail_remote"
collections = ["from a", "from b"]

[storage davmail_local]
type = "filesystem"
path = "~/.davmail-calendar/"
fileext = ".ics"

[storage davmail_remote]
type = "caldav"
url = "http://localhost:1080/users/username/calendar/"
username = "username"
password = "password"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants