javascript-conferences icon indicating copy to clipboard operation
javascript-conferences copied to clipboard

Calendar?

Open jaydp17 opened this issue 8 years ago • 7 comments

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

BTW, great work 👍

jaydp17 avatar Dec 29 '16 12:12 jaydp17

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

prigara avatar Dec 29 '16 12:12 prigara

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

tiborsaas avatar Sep 14 '17 23:09 tiborsaas

I was about to open an issue like this :) so I am totally :+1: 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.

lmammino avatar Sep 15 '17 09:09 lmammino

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. 👍

nimzco avatar Sep 15 '17 19:09 nimzco

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/

Fischerfredl avatar Jul 12 '18 08:07 Fischerfredl

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! ;)

nimzco avatar Jul 17 '18 12:07 nimzco

done thanks for keeping me updated :+1:

Fischerfredl avatar Jul 18 '18 10:07 Fischerfredl