Wanting to use vdirsyncer from MS-Exchange
Opened this issue · 1 comments
guimard commented
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 commented
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"