Hi, I would like to let user submit private event from frontend. But I can’t find any options in the event submission form that let user choose to publish the event as private event.
Yes. I can see this if booking/registration is enable. But what I want is the user’s options to publish private event at frontend, and only user with role capability read_private_events will be able to access these events and view them in event lists.
You can also set it up so that posts from users require approval. The events will be in a Pending state until they are approved (when approved they can be published as private or public). Here’s the documentation on that: https://wp-events-plugin.com/documentation/event-approval/
If the booking/registration part is DISABLE, is there a way for user to indicate that the new event should be private upon submission at the frontend?
Say, a user submit a new event (without enabling booking/registration), but requesting to publish it as a private event (so that certain defined user roles can view it in the event list). Then admin approve the event and publish it as a private event all from backend.