Join Events #6

Open
opened 2024-01-05 19:18:07 +01:00 by linos · 0 comments
Owner

Theoretically one could also implement a handler for Join-ing an Event.

Events Manager seems to provide all necessary functions and hooks, e.g.

/**
	 * Add a booking into this event (or add spaces if person already booked this). We assume at this point that the booking has already been validated usin $EM_Booking->validate()
	 * @param EM_Booking $EM_Booking
	 * @return boolean
	 */
	function add( $EM_Booking ){

But Events Manager is also not only a participation but a ticket system. So things get even more complicated, nothing that should be priorized at this moment.

Theoretically one could also implement a handler for `Join`-ing an Event. Events Manager seems to provide all necessary functions and hooks, e.g. ```php /** * Add a booking into this event (or add spaces if person already booked this). We assume at this point that the booking has already been validated usin $EM_Booking->validate() * @param EM_Booking $EM_Booking * @return boolean */ function add( $EM_Booking ){ ``` But Events Manager is also not only a participation but a ticket system. So things get even more complicated, nothing that should be priorized at this moment.
linos added the
Enhancement
label 2024-01-13 15:14:40 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Event-Federation/wordpress-activitypub-event-bridge#6
No description provided.