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

Calendar? #32

Open
jaydp17 opened this issue Dec 29, 2016 · 7 comments
Open

Calendar? #32

jaydp17 opened this issue Dec 29, 2016 · 7 comments
Assignees

Comments

@jaydp17
Copy link

jaydp17 commented Dec 29, 2016

How about converting this to a Calendar, that people can subscribe to?

BTW, great work 👍

@prigara
Copy link
Collaborator

prigara commented Dec 29, 2016

Thanks for the idea. I will investigate what's the best way to do that.

@prigara prigara self-assigned this Dec 29, 2016
@tiborsaas
Copy link

How about launching a contest (or remote hack weekend) to build something on your specified JSON db?

@lmammino
Copy link

lmammino commented Sep 15, 2017

I was about to open an issue like this :) so I am totally 👍 about this!

Anyway, a (relatively) quick win would be to have an automated build process that converts the array of json object to an iCal file which would look like this:

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//hacksw/handcal//NONSGML v1.0//EN
BEGIN:VEVENT
UID:[email protected]
DTSTAMP:19970714T170000Z
ORGANIZER;CN=John Doe:MAILTO:[email protected]
DTSTART:19970714T170000Z
DTEND:19970715T035959Z
SUMMARY:Bastille Day Party
END:VEVENT
END:VCALENDAR

Then the build process could host this file on GitHub pages, so that people can have an url to subscribe to.

@nimzco
Copy link
Member

nimzco commented Sep 15, 2017

If any of you feel like doing something, feel free to do it, the data is there!
That being said, it is probably something that should / will be tackled separately. Let us know if you pull out something.

Also, if you happen to do something that is generic enough, you can use the data in confs.tech. 👍

hkasera added a commit to hkasera/javascript-conferences that referenced this issue Sep 16, 2017
Few entries in JSON had country value as USA whereas majority of them were U.S.A. Hence changed all of them to be consistent to U.S.A.
This is the fix for [PR tech-conferences#32](tech-conferences/confs.tech#32)
@Fischerfredl
Copy link

Hi there, i built a backend, that processes the confs.tech and js-conferences data and can respond in ical format. You can select specific topics and also filter by country, date, etc...

The repo is here: https://github.com/Fischerfredl/muperconfs
I also made a website for it. https://confs.muperfredi.de/

@nimzco
Copy link
Member

nimzco commented Jul 17, 2018

Hey @Fischerfredl, nice work!
We've moved all the data to this new repo: https://github.com/tech-conferences/conference-data

Make sure to update the references on your website, the old one will disappear soon! ;)

@Fischerfredl
Copy link

done
thanks for keeping me updated 👍

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

6 participants