Delete Calendar Events

Dear

how to delete calendar events? i try to search this forum but doesn’t find the answer
also cannot find it in user guide
https://erpnext.com/user-guide/collaboration-tools/calendar

one more question, i got permission issue when i try to create calendar events, all the user except me cannot view the events detail

but if another account create the event, i can see and others can see it too

how to fix this?

thanks

You can edit permissions for Events from

Setup > Users and Permissions > Role Permission Manager

You have to set the event type as “Public” to be accessible by everyone.

Rushab

already make the Event public but still same error

i assume that because i create the event as System Manager

Can you share the trace from your JS console?

this is what i got
frappe.min.js:344 Cleared Cache - New Metadata
http://erp.astainformatics.com/ Failed to load resource: the server responded with a status of 403 (FORBIDDEN)
frappe.min.js:310 Traceback (innermost last):
File “/home/erpnext/frappe-bench/apps/frappe/frappe/widgets/form/load.py”, line 34, in getdoc
raise frappe.PermissionError, “read”
PermissionError: read

frappe.min.js:310 Traceback (innermost last):
File “/home/erpnext/frappe-bench/apps/frappe/frappe/app.py”, line 49, in application
response = frappe.handler.handle()
File “/home/erpnext/frappe-bench/apps/frappe/frappe/handler.py”, line 66, in handle
execute_cmd(cmd)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/handler.py”, line 89, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/init.py”, line 531, in call
return fn(*args, **newargs)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/widgets/form/load.py”, line 34, in getdoc
raise frappe.PermissionError, “read”
PermissionError: read

http://erp.astainformatics.com/ Failed to load resource: the server responded with a status of 403 (FORBIDDEN)
frappe.min.js:310 Traceback (innermost last):
File “/home/erpnext/frappe-bench/apps/frappe/frappe/widgets/form/load.py”, line 34, in getdoc
raise frappe.PermissionError, “read”
PermissionError: read

frappe.min.js:310 Traceback (innermost last):
File “/home/erpnext/frappe-bench/apps/frappe/frappe/app.py”, line 49, in application
response = frappe.handler.handle()
File “/home/erpnext/frappe-bench/apps/frappe/frappe/handler.py”, line 66, in handle
execute_cmd(cmd)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/handler.py”, line 89, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/init.py”, line 531, in call
return fn(*args, **newargs)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/widgets/form/load.py”, line 34, in getdoc
raise frappe.PermissionError, “read”
PermissionError: read

http://erp.astainformatics.com/ Failed to load resource: the server responded with a status of 403 (FORBIDDEN)
frappe.min.js:310 Traceback (innermost last):
File “/home/erpnext/frappe-bench/apps/frappe/frappe/widgets/form/load.py”, line 34, in getdoc
raise frappe.PermissionError, “read”
PermissionError: read

frappe.min.js:310 Traceback (innermost last):
File “/home/erpnext/frappe-bench/apps/frappe/frappe/app.py”, line 49, in application
response = frappe.handler.handle()
File “/home/erpnext/frappe-bench/apps/frappe/frappe/handler.py”, line 66, in handle
execute_cmd(cmd)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/handler.py”, line 89, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/init.py”, line 531, in call
return fn(*args, **newargs)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/widgets/form/load.py”, line 34, in getdoc
raise frappe.PermissionError, “read”
PermissionError: read

assets/css/bootstrap.css.map:1 GET http://erp.astainformatics.com/assets/css/bootstrap.css.map 404 (Not Found)

this is happened when i add participants to the event

Seems to be a permission settings issue. Can you share a screenshot with your Role permissions for Event?

[added]

Also permissions for private events have to be specifically added.