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

Find a way to export LWN calendar to ics #231

Open
ThangaAyyanar opened this issue Sep 1, 2024 · 7 comments
Open

Find a way to export LWN calendar to ics #231

ThangaAyyanar opened this issue Sep 1, 2024 · 7 comments

Comments

@ThangaAyyanar
Copy link

https://lwn.net/Calendar/

This is the LWN.net community event calendar, where we track events of interest to people using and developing Linux and free software. Clicking on individual events will take you to the appropriate web page.

Extract the calendar events and export as ics format so it can be imported into local calendar.

@HariharanUmapathi
Copy link

HariharanUmapathi commented Sep 2, 2024

Like the post you are asking to export the event informatons into ics file @ThangaAyyanar

https://medium.com/simform-engineering/effortless-event-management-with-ics-files-sync-code-and-schedule-b5c62d08d6b5

@ThangaAyyanar
Copy link
Author

Yes @HariharanUmapathi

Once it is exported we can import into googke calendar or our local calendar.

@HariharanUmapathi
Copy link

HariharanUmapathi commented Sep 2, 2024

APIs - not available
rss feeds - only posts not having information about these events
web scrapping - able to get urls but no other information like start date end date is mappable with the event url
I have shared gist to extract the event urls from the LWN Calendar https://gist.github.com/HariharanUmapathi/91f1d5d5ffd37ba73d777e70eb099a9e

@ThangaAyyanar
Copy link
Author

Awesome work @HariharanUmapathi. I will look into scraping the timeline information from the calendar.

@tshrinivasan
Copy link
Member

The source website dont have much data in good format.

Explore these sites too.

https://foss.events/

https://foss.lawrencehallofscience.org/foss-event-calendar/

https://fossforce.com/events-calendar/

https://fossunited.org/events/timeline

@HariharanUmapathi
Copy link

HariharanUmapathi commented Sep 8, 2024

Phase 1

https://foss.events/ site data generated as a ics file its compatable to open in thunderbird client
some cleanup works needed in code base
kindly checkit out https://github.com/HariharanUmapathi/foss-event-aggregator and create issues if any suggessions

edit 1 : 13-09-2024 foss.events has ics files for each events 😁

@HariharanUmapathi
Copy link

Phase 2

https://fossforce.com/events calendar has a rss feed section for events data but it is not having the start date and end date event title and short concise description it has blog like content it canbe added in rss reader 😢

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