Skip to content
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

Cannot handle calendar invitation update #8458

Open
kuba-orlik opened this issue May 7, 2023 · 2 comments · May be fixed by nextcloud/server#47826 or #10116
Open

Cannot handle calendar invitation update #8458

kuba-orlik opened this issue May 7, 2023 · 2 comments · May be fixed by nextcloud/server#47826 or #10116
Assignees
Labels
2. developing bug feature:imip For all tasks related to the iMIP functionality

Comments

@kuba-orlik
Copy link

Steps to reproduce

  1. As user A, invite user B to a calendar event as an attendee. User B Receives an email with an .ics file
  2. As user B, accept that invitation and add it to user B's calendar by using the "add to calendar" button. It appears now in users B's calendar.
  3. As user A, change the date of the event. User B receives an email with an updated .ics file.
  4. Open the email as user B

Expected behavior

There should be a way to update the date of the event accepted in step 2

Actual behavior

There's no way to update the event in the calendar to the newest version

Mail app version

2.2.6

Mailserver or service

n/a

Operating system

Linux

PHP engine version

PHP 8.1

Web server

Nginx

Database

MySQL

Additional info

No response

@ChristophWurst ChristophWurst added the feature:imip For all tasks related to the iMIP functionality label May 8, 2023
@beccon4
Copy link

beccon4 commented Aug 25, 2023

As of Version 3.3.0 the "Calendar import popup" is fixed. I currently run 3.3.1 and it shows the following behaviour:

  • an incoming calendar invitation (ics file originating from MS Outlook) is correctly recognised. I can clearly see the appointment's date, time and invitation text.
  • then I want to insert it into my calendar. I would expect a button above or below - or an option in the ... menu. It is actually in the 2nd sub - menu - additional actions - create appointment. Never mind.
  • clicking this menu entry brings up a popup window with some but not all content of the appointment and the current date instead of the appointment's.
  • before I can do anything, the popup simply disappears

There is no way to simply download the .ics file and import it manually. (as Mail recognises it as an invitation) . This kind of behaviour is around for some time now and renders the Mail app quite unusable for business use containing appointments etc.

@GretaD
Copy link
Contributor

GretaD commented Aug 28, 2023

related: #8753

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing bug feature:imip For all tasks related to the iMIP functionality
Projects
Status: 🏗️ In progress
Development

Successfully merging a pull request may close this issue.

5 participants