Hey. I’m building out a feature where a user owns an event and the event has a landing page. The event has a status of draft or published. The event has a visibility of public or unlisted.
When an event’s status is draft, no one should see anything except the owner user.
When an event’s status is published and public then anyone can see anything
When an event’s status is published and unlisted then only people with a certain link should be able to see it.
Because I can’t set privacy rules for a url parameter, I can’t think of how to use a token in the URL for example to make this work.
Anyone have tips?