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

[Bug]: Calendar events not showing up for invitee #44250

Open
7 of 8 tasks
oculos opened this issue Mar 16, 2024 · 4 comments
Open
7 of 8 tasks

[Bug]: Calendar events not showing up for invitee #44250

oculos opened this issue Mar 16, 2024 · 4 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 29-feedback bug feature: caldav Related to CalDAV internals

Comments

@oculos
Copy link

oculos commented Mar 16, 2024

⚠️ This issue respects the following points: ⚠️

Bug description

Hi,

On NC 29.0.0 beta 3, Calendar events are a bit unreliable. I create an event and add another user as an invitee. The event doesn't show on his calendar. At the same time, lots of this shows up in the log when creating the event:

{"reqId":"R7laQWgrMPrjeqLisVWl","level":1,"time":"2024-03-16T15:44:14+00:00","remoteAddr":"10.100.21.115","user":"admin","app":"no app in context","method":"GET","url":"/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: ransomware_protection, subject: help_requested]","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0","version":"29.0.0.9","data":[]}

I have uninstalled the ransomware_protection app, and still have the same behavior.

Steps to reproduce

  1. Create calendar event and add another user as invited
  2. The event doesn't show up, the user doesn't get invitation

Expected behavior

The user should get a notification by mail and the event should show up in his calendar.

Installation method

Community Docker image

Nextcloud Server version

master

Operating system

Debian/Ubuntu

PHP engine version

PHP 8.1

Web server

Nginx

Database engine version

MySQL

Is this bug present after an update or on a fresh install?

Upgraded to a MAJOR version (ex. 22 to 23)

Are you using the Nextcloud Server Encryption module?

Encryption is Disabled

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

No response

List of activated Apps

No response

Nextcloud Signing status

No response

Nextcloud Logs

No response

Additional info

No response

@oculos oculos added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Mar 16, 2024
@thgoebel

This comment was marked as resolved.

@joshtrichards

This comment was marked as outdated.

@joshtrichards
Copy link
Member

I have uninstalled the ransomware_protection app, and still have the same behavior.

From the same app or a different one?

@joshtrichards joshtrichards added the feature: caldav Related to CalDAV internals label Jul 11, 2024
@joshtrichards joshtrichards changed the title [Bug]: Notifications fail [Bug]: Calendar events not showing up for invitee Jul 11, 2024
@joshtrichards
Copy link
Member

The randomware_protection notification problems are more likely I believe if the app is disabled because then there really won't be any parsing for those notifications possible. If the app is enabled and you're seeing those, report them to them there: https://github.com/nextcloud/ransomware_protection

You may be able to see what the notifications are originating from by querying the db to get them directly. Basically like this: nextcloud/text#5884

I'm leaving this issue here in Server to track the Calendar event matter.

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 29-feedback bug feature: caldav Related to CalDAV internals
Projects
None yet
Development

No branches or pull requests

4 participants