-
Notifications
You must be signed in to change notification settings - Fork 88
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
Comments
Thanks for the idea. I will investigate what's the best way to do that. |
How about launching a contest (or remote hack weekend) to build something on your specified JSON db? |
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. |
If any of you feel like doing something, feel free to do it, the data is there! Also, if you happen to do something that is generic enough, you can use the data in confs.tech. 👍 |
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)
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 |
Hey @Fischerfredl, nice work! Make sure to update the references on your website, the old one will disappear soon! ;) |
done |
How about converting this to a Calendar, that people can subscribe to?
BTW, great work 👍
The text was updated successfully, but these errors were encountered: