mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 19:15:48 +03:00
[GH-ISSUE #422] [Request] Run on Docker container #872
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#872
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @schklom on GitHub (May 30, 2024).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/422
If I understand, this is meant to run on a computer 24/7 in order to sync changes on either end to the other end.
It sounds to me like this could run on e.g. a Raspberry Pi or a VPS.
Are there any plans to make this service available as a Docker image?
@Nick2253 commented on GitHub (May 30, 2024):
This is designed to run in Outlook, and synchronize a calendar between Outlook and a service that Outlook would otherwise not be able to synchronize with. In other words, if you want to view a calendar in Outlook, but Outlook can't view that calendar, then you use this tool.
A side effect of this is that this tool can actually be used to synchronize calendars between multiple services as well, by using Outlook as the "middle-man".
So you need Outlook for this tool to work.
I'm sure someone could modify this code to directly sync between two services, but that's not strictly what this tool is designed to do (as far as I can tell as a long-time user).
@schklom commented on GitHub (May 30, 2024):
Ah, my bad, I thought this could run independently and connect to Microsoft email servers by itself.
I will leave this open in case someone wants to implement this.
@Nick2253 commented on GitHub (May 30, 2024):
You might be interested in a tool like: https://github.com/pimutils/vdirsyncer
It appears that someone has already dockerized it.