-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calendar Invites - Outlook integration #12885
Comments
I investigated the issue, by looking at the email that nextcloud sends. The difference between google, thunderbird and nextcloud is that nextcloud doesn't send a plain text/calendar mime part. So I setup a telnet session with my postfix smtp daemon, pasted the whole nextcloud invite without the last mime boundary and added the base64 decoded VCALENDAR item in plain text:
And voilà! Outlook 2010 understands the message and provides accept/decline/tentative buttons. |
I did some patching in nextcloud 14.0.4; Patched following files to make nextcloud invite compliant with Outlook 2010:
IMessage.php
Message.php
IMipPlugin.php
Tested this solution with
And it worked. |
@hdijkema Thanks for already looking into a solution. It would be great if you could open a pull request for that. cc @georgehrke |
I need a little help here. How do I do that? |
@hdijkema Hey, thanks for the deep analysis and the fix. If you have any issues, please don't hesitate to ask for help. :) |
Signed-off-by: hdijkema <hans@dykema.nl>
…ud/3rdparty#191. Signed-off-by: hdijkema <hans@dykema.nl>
Signed-off-by: hdijkema <hans@dykema.nl>
…ud/3rdparty#191. Signed-off-by: hdijkema <hans@dykema.nl>
I suppose this issue is still valid? If not, please close this issue! |
I don't use Nextcloud anymore. I don't know. |
This issue is still valid, unfortunately. |
Please reopen this issue. I found this ticket because i was missing this feature. |
Hi, please update to 24.0.8 or better 25.0.2 and report back if it fixes the issue. Thank you! |
@szaimen : Invites sent from NC 25.0.3 to outlook still show as (attached) |
Fix in #36118 is not yet merged indeed. |
Steps to reproduce
Expected behaviour
I expect the same behaviour as with Outlook 2016, i.e. the invite gives me buttons on top of the invite and show me the calendar of Outlook/Exchange. However, with the thunderbird invite and invites from google, they are shown; but not with the invites from nextcloud. Thunderbird/nextcloud invites come from the same domain.
Actual behaviour
No buttons are shown.
Server configuration
Operating system: Ubuntu 18
Web server: Apache2
Database: PostgreSQL 9.5
PHP version: 7.2
Nextcloud version: (see Nextcloud admin page) 14.x
Updated from an older Nextcloud/ownCloud or fresh install: Updated
Where did you install Nextcloud from: Web
The text was updated successfully, but these errors were encountered: