Overview
useAddHost returns a callable that adds a user to an event’s hostIds. Host-only — the logged-in user must already be a host. The operation is idempotent.
Usage Example
Parameters
The event ID.
The user to grant host on the event.
Returns
Returns aPromise<Event> — the Event with the new hostIds.

