OCPxS is a service designed to proxy Office365 Outlook iCS link to remove CORS restriction.
OCPxS is written in Go and can run on Linux/macOS/Windows.
Make sure you have Go1.23.1+ installed.
- cd into the outlookICalProxy directory.
- If you use macOS/Linux/Unix, run
bash build.sh
. If you use Windows, runbuild.bat
. - The compiled binary will be in the
out
directory. - Copy
config.example.json
to./out/config.json
and edit it. - Use
./out/outlookICalProxy
to run the service.
Once you run the service, you just replace original ICS link's begining' https://outlook.office.com/
to your server's address. (e.g. https://outlook.office.com/efwccew/fewcwecw/calendar.ics
to https://ical.kevinzonda.com/efwccew/fewcwecw/calendar.ics
)