uhmasw / uhmasw.github.io

0 stars 0 forks source link

google calendar interface #3

Closed sweenejo closed 8 years ago

sweenejo commented 8 years ago

In addition to the subscribe feature, what about incorporating a google calendar interface?

sweenejo commented 8 years ago

https://support.google.com/calendar/answer/41207?hl=en

johnwoodill commented 8 years ago

Great link! I added a branch googlecal that adds a calendar to the index page. We should probably format it and figure out how to show events -- i can't figure out how to show the events after they were added.

johnwoodill commented 8 years ago

I just pulled your code and it looks like the calendar is showing the events now. We can add links within the page using and reference them in google calendar as http://uhmasw.github.io/index.html#anchor. This would be useful for each post using google calendar. I've pushed this update to the branch

sweenejo commented 8 years ago

Great work. That looks like the last piece of the puzzle. So no we can add seminars to the R file, add them to the google calendar, and link the calendar to the seminar listing! Sounds like we just need to draft and About section and news section, and get the subscription interface working. If we can anchor the existing seminars, lets close this issue. What'ya say?

johnwoodill commented 8 years ago

Yeah I think it is fine to close this after a merge to master. We should think about how to label the anchors so we can maintain all seminar links. Something like #authordate? (e.g. jonathansweeney05092016). This can transfer to an archive and label section later.

johnwoodill commented 8 years ago

We can use: <a href="uhmasw.github.io/index.html#jonsweeney05092016">Link to seminar details</a> within the google calendar page. If someone clicks on the google calendar from the page they will be directed to the location on the page using <a name="jonsweeney05092016"></a>

johnwoodill commented 8 years ago

Merged branch googlecal to master. Link is working now. Delete branch?

sweenejo commented 8 years ago

Yeah lets delete branch.