I have this button on an admin page that i want to press to schedule a recurring event that happens for all users, but currently it only set’s it for the user who presses the button (i.e. current user/me/admin):
How do i make this recurring event apply to all users?
I could just do what i did with other workflow like this which is just have it set the recurring event for the user when they sign up, but i don’t like that be cause i can’t apply it to existing users, and it’s not a future proof way of adding new recurring events that can apply to existing users.