mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[GH-ISSUE #396] Supporting New Outlook #379
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#379
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 @daghemo on GitHub (May 13, 2023).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/396
I'm previewing the new Outlook for Window.
See https://support.microsoft.com/en-au/office/getting-started-with-the-new-outlook-for-windows-656bb8d9-5a60-49b2-a98b-ba7822bc7627.
As far as I understand, this will not support Outlook CalDav Synchronizer, since it is a COM add-in and COM add-ins will not be supported.
Non an issue on itself, but a very sad news. :(
@Backxtar commented on GitHub (Oct 10, 2023):
Would also like to see this in the new outlook.
@otto-liljalaakso-nt commented on GitHub (Oct 18, 2023):
I depend on CalDav Synchronizer for seeing my work schedule in my personal calendar.
This issue has forced me to stop using the New Outlook.
I understand that fixing this is a large and difficult task,
but I hope it can happen before the old Outlook becomes unusable.
@alfureu commented on GitHub (Nov 1, 2023):
Please, cannot live without this plugin. Just wanted to highlight that some organisations are actively enforcing the use of the New Outlook in their premises (no kidding). Would be great to have this plugin working with the new version of Outlook
@daniel-lerch commented on GitHub (Nov 7, 2023):
The new Outlook only supports Web Add-Ins. There is a JavaScript API available to interaction with emails (API Reference). However, I cannot find a similar API to access calendar events. There is a calendar API in Microsoft Graph (API Reference) but that only supports Microsoft accounts which is likely not what people are using a CalDAV synchronizer for.
So if didn't miss something, it will not be possible to rewrite CalDAV synchronizer as a Web Add-In as long as Microsoft does not introduce additional JavaScript APIs.
@aluxnimm commented on GitHub (Nov 7, 2023):
Yes @daniel-lerch that's exactly the problem atm. And even if a new api would be available also for use with imap accounts, a complete rewrite of the whole project would be necessary and we don't have the resources for that right now.
@Serpensin commented on GitHub (Nov 10, 2023):
I just found out, that you don't need a synchronizer for Google calendars at least.
@klodoma commented on GitHub (Dec 6, 2023):
@Serpensin
What do you mean by that? Can you sync google calendar with the new outlook?
@Serpensin commented on GitHub (Dec 6, 2023):
Yes. I just tried it and it syncs both ways.
@klodoma commented on GitHub (Dec 6, 2023):
I didn't find it where to add a google calendar in the new outlook? Can you point that out please. It would be a great help.
@Serpensin commented on GitHub (Dec 6, 2023):
I can't exactly remember, how I did it. It was ether automatic, or I added the calender as ics link.
@klodoma commented on GitHub (Dec 6, 2023):
I see, but AFAIK ICS is read-only mode so you cannot manage your events in Outlook. It's an important detail.
@Serpensin commented on GitHub (Dec 6, 2023):
I know. I don't know, how that works, but it worked for me.
Gesendet von Outlook für Androidhttps://aka.ms/AAb9ysg
From: klodoma @.>
Sent: Wednesday, December 6, 2023 1:42:14 PM
To: aluxnimm/outlookcaldavsynchronizer @.>
Cc: Serpensin @.>; Mention @.>
Subject: Re: [aluxnimm/outlookcaldavsynchronizer] Supporting New Outlook (Issue #396)
@Serpensinhttps://github.com/Serpensin
I just found out, that you don't need a synchronizer for Google calendars at least.
What do you mean by that? Can you sync google calendar with the new outlook?
Yes. I just tried it and it syncs both ways.
I didn't find it where to add a google calendar in the new outlook? Can you point that out please. It would be a great help.
I can't exactly remember, how I did it. It was ether automatic, or I added the calender as ics link.
I see, but AFAIK ICS is read-only mode so you cannot manage your events in Outlook. It's an important detail.
—
Reply to this email directly, view it on GitHubhttps://github.com/aluxnimm/outlookcaldavsynchronizer/issues/396#issuecomment-1842790169, or unsubscribehttps://github.com/notifications/unsubscribe-auth/APD5CCQOEIAOLSS4WYO45T3YIBR2NAVCNFSM6AAAAAAYAMUXFGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBSG44TAMJWHE.
You are receiving this because you were mentioned.Message ID: @.***>
@mojtaba-yekta commented on GitHub (Jul 4, 2024):
What I did was first I synced the old Outlook calendar with my Google Calendar by CalDav Synchronizer. Then I synced my Google Calendar with New Outlook with these to steps:
Export Google Calendar: Open Google Calendar on a desktop browser. Click the three-dot button next to the calendar you wish to sync. Click "Settings and sharing" from the pop-up window. Click "Integrate calendar" from the sidebar. Scroll down and copy the URL under "Secret address in iCal format"
Import to Outlook: Open up Outlook and press the "Add calendar" option to add an external calendar. Select "Subscribe from the web" from the left-hand menu. Paste the URL you copied from your Google Calendar into the box provided
@PC-SPEZIALIST commented on GitHub (Nov 27, 2024):
Maybe the New Outlook will support CalDAV and CardDAV natively in a few years. 😅
@netzwerch commented on GitHub (Jan 9, 2025):
A different kind of solution could be to use an additional tool that syncs two icals outside of Outlook like vdirsyncer or ics2caldav
Outlook currently offers (readonly) .ics calendar publishing, so this this could be a solution for some people.
@NapoSky commented on GitHub (Feb 4, 2025):
just came here from a fresh install of mailcow-dockerized to "test the solution". Quite sad to see that the new outlook doesn't do shit about retrocompatibility... 🥲
@ballerbude commented on GitHub (Jun 5, 2025):
Not having this app in the new Outlook would be a really sad outcome.
@maximecharriere commented on GitHub (Oct 31, 2025):
Still no solution to have access to our CalDAV in Outlook since 2023?
What are your workaround and workflow now?
@PC-SPEZIALIST commented on GitHub (Oct 31, 2025):
Classic Outlook is still working perfectly.
By 2030, the new Outlook may natively support CalDAV and CardDAV.
@foorschtbar commented on GitHub (Feb 23, 2026):
FYI - From Microsoft Admin Center:
Microsoft is updating the opt‑out phase start date for new Outlook for Windows in Enterprise environments from April 2026 to March 2027.
When this will happen:
Why is there a change to the timeline?
We’re seeing strong and accelerating adoption of new Outlook as organizations progress on timelines that match their readiness. At the same time, we continue to invest heavily in expanding capabilities and addressing feedback from customers who want to go further with new Outlook. To ensure organizations have the time they need to prepare—and to fully realize the value of ongoing innovation—we’re extending the opt-out timeline and providing 12 months of lead time as we continue delivering key features and improvements.
How this affects your organization:
Who is affected:
What will happen:
[...]