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

Add generated ical file to TSC meeting agenda issues #1432

Open
jsumners opened this issue Aug 28, 2023 · 11 comments
Open

Add generated ical file to TSC meeting agenda issues #1432

jsumners opened this issue Aug 28, 2023 · 11 comments

Comments

@jsumners
Copy link

A quick search of the issues indicates this hasn't been suggested before. I'm not sure if GitHub even allows attaching such files, but it would be really cool if whatever is generating the TSC agenda issues, e.g. #1431, also attached an ical file with all pertinent details (particularly the public YouTube URL) for the meeting. This would allow people to easily add it to their calendar if they are interested in a specific meeting.

@anonrig
Copy link
Member

anonrig commented Aug 28, 2023

I've been thinking about implementing this. I'm extremely interested in this since it helps me a lot.

@tniessen
Copy link
Member

Just in case you haven't come across it yet, the Node.js calendar lists all meetings, including TSC meetings. For me, personally, this works well enough.

@anonrig
Copy link
Member

anonrig commented Aug 28, 2023

Just in case you haven't come across it yet, the Node.js calendar lists all meetings, including TSC meetings. For me, personally, this works well enough.

For people who want to subscribe to specific working group meetings, I couldn't find a good solution for this. It's either all-in or none.

@mhdawson
Copy link
Member

@anonrig
Copy link
Member

anonrig commented Aug 30, 2023

So, I've looked into this. Github issues does not support .ics file extension. It seems the website we use to link for the datetime (example: https://www.timeanddate.com/worldclock/fixedtime.html?msg=Node.js+Foundation+Technical%20Steering%20Committee%20(TSC)+Meeting+2023-08-30&iso=20230830T1900), has a Add to calendar button. We can add a new link to the issue to add it to calendar that directly opens this page. The code implementation exists in: https://github.com/nodejs/make-node-meeting/blob/main/make-node-meeting.sh#L89

@jsumners
Copy link
Author

How about a zip that extract to .ics?

@anonrig
Copy link
Member

anonrig commented Aug 30, 2023

How about a zip that extract to .ics?

People might be against downloading a zip for variety of reasons. Directly adding a link from timeanddate.com might be a lot faster to implement.

@jsumners
Copy link
Author

But that link will not include all of the details for attending, correct? That's just the time and date, yest?

@iambary44

This comment was marked as duplicate.

@iambary44

This comment was marked as duplicate.

@iambary44

This comment was marked as duplicate.

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

5 participants