Skip to content
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

Dynamically Adding and modifying events #135

Open
alberttwong opened this issue Nov 6, 2015 · 4 comments
Open

Dynamically Adding and modifying events #135

alberttwong opened this issue Nov 6, 2015 · 4 comments

Comments

@alberttwong
Copy link

Is there a way to do this? I know we have a bunch of red hat speakers in our webinars (Nick Mann) and in our meetups (Crystal Murphy).

@mscherer
Copy link
Contributor

mscherer commented Nov 6, 2015

Could you clarify what you mean, I am not sure to understand the question ?

@alberttwong
Copy link
Author

What I'm looking for is a way to insert/add more RH speaker events into your feed automatically/programmatically. Reading the instructions, it seems like the only option is to edit the raw JSON file.

@mscherer
Copy link
Contributor

mscherer commented Nov 8, 2015

Yep, and yaml can be programatically updated. And you can use the github API and git to script the patch submission part, so while it is not turn key at the moment, it doesn't seems impossible to automate. The only issue is merging the PR, and that's more a policy decision than a technical issue.

@garrett
Copy link
Contributor

garrett commented Dec 11, 2015

I've added some scripts I wrote a while back that automates scraping of Lanyrd and iCalendar files.

The .ics script is really rough; it might not work as intended, and the Lanyrd script did work well at one point; I haven't tested it lately, however. Both export YAML data which can be redirected to a file or copy/pasted. The resulting YAML should be correct, but you might want to look it over and make minor modifications before submitting a pull request.

https://github.com/OSAS/event-tools

It's all in Ruby, but should be pretty straightforward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants