https://github.com/jeanluc162/dav-connector
DAV-Based Synchronization for Windows 10 (Mobile)
https://github.com/jeanluc162/dav-connector
csharp lumia universal-windows-platform uwp uwp-apps windows-10-mobile
Last synced: 11 months ago
JSON representation
DAV-Based Synchronization for Windows 10 (Mobile)
- Host: GitHub
- URL: https://github.com/jeanluc162/dav-connector
- Owner: jeanluc162
- License: mit
- Created: 2025-08-22T21:38:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-25T19:51:46.000Z (11 months ago)
- Last Synced: 2025-08-25T21:28:57.285Z (11 months ago)
- Topics: csharp, lumia, universal-windows-platform, uwp, uwp-apps, windows-10-mobile
- Language: C#
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dav-Connector
This project aims to bring Dav-based synchronisation to Windows (Mobile) 10 as a native UWP App. Minimum required Version is 10.0.10240.0 (RTM).
Examples of cloud software using these open standards:
- OwnCloud
- NextCloud
- Seafile
- ...
## Open to contributions
If you're willing to contribute, feel free to open Issues and Pull-Requests!
## Planned Features
### Authentication Methods
- [x] Basic Auth (Username & Password)
- [ ] OAuth
- [ ] ...
### Different Sync Modes:
- [x] Remote to Local
- [ ] Local to Remote
- [ ] Both Ways
### Different Elements
#### CardDav (Contacts)
- [x] Manual Sync
- [ ] Automatic Sync
#### CalDav (Calendars)
- [ ] Manual Sync
- [ ] Automatic Sync
#### WebDav (Files/Folders)
- [ ] Define Folder Pairs to keep in Sync
- [ ] Define Whitelists/Blacklists
- [ ] Manual Sync
- [ ] Automatic Sync
- [ ] Conflict resolution