Skip to content

Sync your anonymized calendar appointments from Microsoft Exchange (via ews) to your Nextcloud (via WebDav)

License

Notifications You must be signed in to change notification settings

pheeef/owa2nc-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Outlook Web Application To Nextcloud Caldav Sync

This simple tool helps you syncronize anonimized calendar entries from an Exchagen OWA to your privat or work nextcloud while also anonymizing the entries.

Installation

TODO: .env File

Python venv

git clone git@github.com:pheeef/owa2nc-sync.git
cd owa2nc-sync
python3 -m venv venv
source venv/bin/activate

systemd-user Service

Example unit files and timer

Service

[Unit]
Description=Systemd Service to Sync Calendar Entries to my private calendar
After=xdg-desktop-autostart.target

[Service]
ExecStart=path../to../repo../owa2nc-sync/venv/bin/python3 path../to../repo../repos/owa2nc-sync/sync.py
WorkingDirectory=path../to../repo../repos/owa2nc-sync
# Fill in proxy settings if needewd
# Environment=https_proxy=<ProxyIP>
# Environment=http_proxy=<ProxyIP>

[Install]
WantedBy=default.target

Timer

[Unit]
Description=Systemd Timer to Sync Calendar Entries to my private calendar
After=xdg-desktop-autostart.target

[Timer]
OnCalendar=Mon-Fri *-*-* *:00:00
Unit=owa2nc-sync.service

[Install]
WantedBy=default.target

Contributers

Special thx to everyone who helped build this:

  • @Hedius
  • @bzed
  • @weaselp

About

Sync your anonymized calendar appointments from Microsoft Exchange (via ews) to your Nextcloud (via WebDav)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages