-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend for ingesting new events into the Rust Community Events calandar #262
Comments
So, FWIW Calendar already has functionality like this: https://support.google.com/calendar/answer/44105?hl=en With this, we can set up a calendar that auto-accepts invites, and share the invite link to meetup organizers. The community calendar is already set up this way (I tested it), however people add events to it directly rather than via the invite link. This cannot be moderated, sadly (we can delete things after the fact though). If we wish for it to be moderated, we can instead:
|
I would love if there were a less black & white way of moderation. Generally, I trust people that have added an event or two and grave problems will end up being caught by the TWIR team. It's mainly the first time posters we have issues with. |
In that case can we rely on the privacy of the calendar email address, and just keep an eye out when people get added? |
Just to be clear: would that still mean we have to add people manually? I'd like to also avoid that. (and, possibly, avoid the restriction that people need a gmail account) |
No, we respond to requests for access to the calendar by saying "please add People will need a google calendar account to create events, still, but you can have a google calendar account without using gmail. |
The dedicated email address option is where we tell people "please add |
As per our offline conversation with @badboy & @skade I have proposed a simple hosted form specially developed for this purpose by me. The form interface would be hosted on Glitch/Now and would be a reasonably straightforward method for people to submit new events into a calendar owned by the community team. This could be a Teamup subcalendar (as per #257), or even the Google calendar currently in use for this purpose.
The user interface would replicate the inputs of the current Google form in use, and would make it possible to moderate input before it is posted to our calendar instance. Submissions would be emailed to the submitter as well who would have a unique link to edit these submissions later (edits would require moderation, too, and would go live after accepted by a moderator). Moderators would receive a notification about the submitted event.
Other alternatives considered was a Calagator instance which would also require some maintenance, but more importantly feature development (it currently lacks timezone support), which could be sponsored by the Rust project but would push out our timelines considerably.
The text was updated successfully, but these errors were encountered: