Skip to content

add Linux Plumbers Conference 2024 and a note about Indico event URLs #380

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

Merged
merged 2 commits into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ It is usually in the form: `https://<CFPHOST>/<CONFERENCE>/schedule/export/sched

It usually is in the form: `https://<CFPHOST>/conferences/<CONFERENCE>/schedule.xml`

### Indico

It usually is in the form: `https://<CFPHOST>/event/<CONFERENCE>/event.ics?detail=contributions`
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They only have .ics exports? :(

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think so, or their custom json format.
See also indico/indico#6199

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha, guess I'll see how simple it is and maybe add support for it some day if it's worth the trouble. Just really hate .ics files :)


## Adding your event to the default menu

To do this, construct a JSON file formatted like this in the [menu directory](menu):
Expand Down
16 changes: 16 additions & 0 deletions menu/linux_plumbers_conference_2024.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": 2024091499,
"url": "https://lpc.events/event/18/event.ics?detail=contributions",
"title": "Linux Plumbers Conference 2024",
"start": "2024-09-18",
"end": "2024-09-20",
"timezone": "Europe/Vienna",
"metadata": {
"links": [
{
"url": "https://lpc.events/event/18/",
"title": "Website"
}
]
}
}