Insufficient Permission for Assigned Appointment's Event

As shown below, one of the staff, Louis was assigned with the appointment created/booked by a customer. The system automatically creates an event for the appointment. However, the assigned staff was unable to access the event despite having the permission set in Role Permission.

1 Like

Do you have User Permissions setup?

Hi @johnskywalker, no, I do not have User Permissions setup for this user for this particular event document as shown below:

what are the roles of that user?

The user’s roles are Employee, Leave Approver, Sales User and Sales Manager.

Below is the Role Permission settings:

Same problem

https://github.com/frappe/erpnext/issues/20243

No one else is facing this issue? Other than myself & oskar?

1 Like

We have the same problem, with ERPNext version-13-beta, but only don’t allow us to edit the event assigned

I find a bug related with this issue, a duplicated SQL section that conflict with has_permission in Event Doctype and other code. So I make an issue and pull request in Github to fix it. May It help you.