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

CalDAV Mail Invitations: Accept/decline buttons missing for added attendees via macOS Calendar app #24467

Closed
xMartin opened this issue Nov 30, 2020 · 1 comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug feature: dav

Comments

@xMartin
Copy link
Member

xMartin commented Nov 30, 2020

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce

  1. Create a new event in Apple Calendar app with an attendee
  2. Click "send"
  3. Add another attendee to the same event
  4. Click "send"

Expected behaviour

The added attendee should receive an email invitation with buttons to accept/decline.

Actual behaviour

The added attendee recveives an email invitation without buttons to accept/decline.
(The first attendee does get the buttons in their email.)

Server configuration

Operating system:
Linux

PHP version:
7.4

Nextcloud version: (see Nextcloud admin page)
20.0.1

Updated from an older Nextcloud/ownCloud or fresh install:
Quite a history of updates

Client configuration

Calendar app:
Apple macOS Calendar app 11.0 (2760.4.1)

Operating system:
macOS 10.15.7


macOS Calendar app doesn't seem to add RSVP:TRUE for added attendees. It could be a bug on their side, but using Google calendar server with macOS Calendar app does show these buttons so they seem to work around this.

if (($method == self::METHOD_REQUEST) && $this->getAttendeeRSVP($attendee)) {
checks for this. Is it really necessary?

@xMartin xMartin added bug feature: dav 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels Nov 30, 2020
@szaimen
Copy link
Contributor

szaimen commented Jun 18, 2021

Duplicate of #21189

@szaimen szaimen marked this as a duplicate of #21189 Jun 18, 2021
@szaimen szaimen closed this as completed Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug feature: dav
Projects
None yet
Development

No branches or pull requests

2 participants