-
Notifications
You must be signed in to change notification settings - Fork 214
Add calendar.ics
template
#492
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
Conversation
Awesome! |
WOW excellent work @marcoroth let's do it! I wonder if there's a standard way to advertise that a site has this type of feature? 🤔 |
Yeah, I was also looking into this, but haven't really found anything. I guess the best way would be to show it on the actual website itself and maybe add instructions on how to subscribe to it. |
I can't seem to get it to show up on my GCal when using "Subscribe by URL".
Anyone else have this issue?
…On Sat, May 6, 2023 at 8:41 AM Marco Roth ***@***.***> wrote:
Yeah, I was also looking into this, but haven't really found anything. I
guess the best way would be to show it on the actual website itself and
maybe add instructions on how to subscribe to it.
—
Reply to this email directly, view it on GitHub
<#492 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG7CXL5A6S6PKSMVBYPMGDXEZWJ5ANCNFSM6AAAAAAXXO4JSA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
--
Adarsh Pandit (pronunciation guide
<https://www.youtube.com/watch?v=a4nB0QoMOhY>)
Managing Partner and Founder
Cylinder Digital
+1 313 466 2018 (mobile)
Schedule time with me using this cylinder.digital/hello
|
Yeah, seems like it's super picky about http/https from what I saw. Maybe we can enforce https and setup redirects for http to make it easier? |
Oh interesting - http:// works while https:// doesn’t (for me)
On Mon, May 8, 2023 at 11:53 AM Marco Roth ***@***.***> wrote:
Yeah, seems like it's super picky about http/https from what I saw. Maybe
we can enforce https and setup redirects for http to make it easier?
—
Reply to this email directly, view it on GitHub
<#492 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG7CXMO2FQC7LYUBRHATJDXFE6LDANCNFSM6AAAAAAXXO4JSA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
--
Sent from my mobile
|
Yup, that's also what I found out. Not sure if we can resolve this in jekyll itself. |
it seems there is an issue with SSL of server, for this reason events are not getting synced: https://www.ssllabs.com/ssltest/analyze.html?d=www.rubyconferences.org |
Reason for Change ================= * The iCal feed is cool! More people should know about it and use it * The change was implemented in [this PR](ruby-conferences#492) Changes ======= * Add link to .ics feed in the layout file
Reason for Change ================= * The iCal feed is cool! More people should know about it and use it * The change was implemented in [this PR](#492) Changes ======= * Add link to .ics feed in the layout file
This pull request adds a
calendar.ics
file which contains all the events in the iCal format. This is ideal because this lets you add http://www.rubyconferences.org/calendar.ics as a calendar subscription to your calendar of choice without having to add the events yourself.This is conceptionally similar to #339 but uses the icalendar format and doesn't need to have a "updated" field.