permission – PHP Event Calendar https://phpeventcalendar.com Modern Event Calendar For Your Website. Wed, 20 Nov 2024 05:15:39 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.4 How do I edit calendars once I add them https://phpeventcalendar.com/knowledge-base/how-do-i-edit-calendars-once-i-add-them/ Wed, 20 Nov 2024 05:15:38 +0000 https://phpeventcalendar.com/?p=1536 Question:Ā 
I noticed the guest calendar on my own šŸ™‚ However, none of my calendarsĀ that I set as Public show up there. Am I doing something wrong?

Answer:
The reason is that the events are set to Private by default when created. Public calendar allows users to view the calendar without login. But each individual events also have the option to be private or public.Ā 

]]>
Admin user cannot add events to the other users calendars https://phpeventcalendar.com/knowledge-base/admin-user-cannot-add-events-to-the-other-users-calendars/ Wed, 20 Nov 2024 05:07:25 +0000 https://phpeventcalendar.com/?p=1530 Question:
When I have multiple users, I can view the other users calendars with an admin user. But I can’t use the admin user to add events to other users calendars. How can I change this behavior so that the admin user can add events to the other users calendars.

Solution:
In fileĀ ‘/server/html/event-create.html.php‘, there are three load options to choose from

LOAD_ALL_CALENDARS

LOAD_MY_CALENDARS

LOAD_USER_CALENDARS

Change the load option to 

LOAD_MY_CALENDARS

]]>
The admin I can only see the calendars I created. The other admin can’t see my calendars. https://phpeventcalendar.com/knowledge-base/the-admin-i-can-only-see-the-calendars-i-created-the-other-admin-cant-see-my-calendars/ Wed, 20 Nov 2024 05:02:30 +0000 https://phpeventcalendar.com/?p=1525 Problem:

The admin I can only see the calendars I created. The other admin can’t see my calendars etc. The Users can create calendars, but I don’t want them too.

Solution:

All calendars are private by default unless they are made public.

For other users to view the calendar only, send you the public calendar link. Calendars must be made to the public.Ā 


]]>