-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add a way to send update notifications to the official Python events calendar project #153
Comments
Yeah I think it's possible to write a GitHub Action that sends email whenever there's a new commit in the csv. But someone gotta write the code to do it :) |
Before we go further, how does events got added to the calendar from the email? Is it done manually by adding to the calendar? Is it a Google Calendar kind of thing? Is it possible for us to just automatically add to that calendar instead of sending an email? |
On 12.08.2020 20:52, Mariatta wrote:
Before we go further, how does events got added to the calendar from the
email? Is it done manually by adding to the calendar? Is it a Google
Calendar kind of thing? Is it possible for us to just automatically add
to that calendar instead of sending an email?
The process is described on the wiki page. We request the additions
in a special format, this is then checked manually and added manually
to the calendars.
It is not possible to automate this, since we have to run quality
checks on the entries and also select the right calendar for each
event.
…--
Marc-Andre Lemburg
http://www.malemburg.com/
|
Ok. I might handle this by using webhooks and Zapier to send email, instead of GitHub Actions. |
As written, the readme implies that this repository feeds into www.pycon.org. This change clarifies the fact that the repo here is standalone. For related issues regarding displaying this data, see #89 and #153.
As written, the readme implies that this repository feeds into www.pycon.org. This change clarifies the fact that the repo here is standalone. For related issues regarding displaying this data, see #89 and #153.
As you may know, there is already a team of people maintaining the official Python events calendars, which are then displayed on python.org/events/:
To avoid duplicate work for conference organizers, would it be possible to send new submissions in our email format (see wiki page) to our team for inclusion in the calendars ?
Thanks.
The text was updated successfully, but these errors were encountered: