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

fix calendar links in future-events.md #1011

Closed
klieret opened this issue Sep 6, 2021 · 3 comments
Closed

fix calendar links in future-events.md #1011

klieret opened this issue Sep 6, 2021 · 3 comments
Labels

Comments

@klieret
Copy link
Member

klieret commented Sep 6, 2021

FILE: future-events.md
[✖] https://calendar.google.com/calendar/ical/e4v33e1a1drbncdle1n03ahpcs%40group.calendar.google.com/public/basic.ics → Status: 400
[✖] https://calendar.google.com/calendar/embed?src=e4v33e1a1drbncdle1n03ahpcs%40group.calendar.google.com&ctz=Europe/Amsterdam → Status: 400
@rushikeshadhav
Copy link

I would like to fix this
Can I take this up ?

@graeme-a-stewart
Copy link
Member

Hi @klieret

It seems ok to me:

[graemes@pcphsft90 hithe]$ curl -I https://calendar.google.com/calendar/ical/e4v33e1a1drbncdle1n03ahpcs%40group.calendar.google.com/public/basic.ics
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
...

[graemes@pcphsft90 hithe]$ curl -I "https://calendar.google.com/calendar/embed?src=e4v33e1a1drbncdle1n03ahpcs%40group.calendar.google.com&ctz=Europe/Amsterdam"
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
...

Was it a glitch? Or am I missing something?

Graeme

@klieret
Copy link
Member Author

klieret commented Oct 19, 2021

Hi @graeme-a-stewart . Thanks for checking. I saw that it was flagged by the link checker when I was cleaning up this absolute/relative URL stuff, so I thought it best to just open an issue without thinking further :)
Seems like we can close this :)

@klieret klieret closed this as completed Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants