Sparrow0hawk / rse-calendar

A GitHub pages powered event calendar
https://sparrow0hawk.github.io/rse-calendar/
4 stars 4 forks source link

RSE Asia Community Call (July 2023) #69

Closed SaranjeetKaur closed 1 year ago

SaranjeetKaur commented 1 year ago

I want to add the following event to the RSE calendar:

summary: RSE Asia Community Call (July 2023)
description: |
    An opportunity for people who work with or manage (research) software to meet and discuss challenges and solutions, share skills, opportunities, and resources.
    Join this call if you: want to learn about research software engineering, develop software for research, mostly do coding or software developing in a research group, are a doctoral or postdoctoral researcher who mostly develops software, have build software while doing research, and/or want to join the emerging research software engineering community in Asia.
location: Online
begin: 2023-07-13 08:00:00
duration: { minutes: 60 }
event_url: "https://us06web.zoom.us/meeting/register/tZAvfuGspjotE9FXsM1-fV1lDsmImi_9ns4F#/registration"
Sparrow0hawk commented 1 year ago

Hi @SaranjeetKaur thanks so much for contributing! Apologies but the automated checks have failed for this because for the begin key we just need the date and time but not the timezone code.

I should have updated the issue to clarify this apologies. The site shows events in the UK/London timezone UTC+1 at the moment but the generated calendar files show events in different time zones. If you could update the yaml to:

That should solve the build failures and make sure your event is propagated through correctly.

Apologies for this again will update my instructions.

SaranjeetKaur commented 1 year ago

No worries @Sparrow0hawk! I've updated the issue - would that work now or do you want me to open a separate issue? (I am anyway going to open two new issues for the August and September community calls.)

Sparrow0hawk commented 1 year ago

I'll retrigger the action but that looks like it should do it!

Sparrow0hawk commented 1 year ago

That sorted it and it's all merged and on the site - https://sparrow0hawk.github.io/rse-calendar/

Thanks!