Event – PHP Event Calendar https://phpeventcalendar.com Modern Event Calendar For Your Website. Wed, 20 Nov 2024 05:07:26 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.4 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

]]>
Calendar Event (New/Edit) Window https://phpeventcalendar.com/docs/calendar-event-window/ Wed, 11 Jun 2014 23:00:50 +0000 http://phpeventcalendar.com/?p=393 In event window, an user can specify event basic information, Title, Start and End Date and Time, repeating event section and additional event information, plus email reminders.

The event window comprises the followings:

  • Basic Event Information
    • Title
    • Start & End Date Time
  • Standard Settings:
    • Repeating Events
    • Description
    • Organizer
    • Resource
    • Background Color
    • Event Image
    • Privacy
  • Venue
  • Reminder
  • More to come…

Note that some features are only available in paid version such as repeating events, multiple calendars, and reminder.

pec-event-window

]]>