1

I need to build a calendar function into an HTML site. I'm looking for some way to grab a snippet of code off of something like a Google Calendar to put into a div on my website. The goal is that my client can manage their calendar on their own.

I'm a professional SEO who moonlights as a web designer. I'm fairly savvy with HTML and CSS, but that's about it - I only build small sites with generally static content. If I can grab a Facebook or Twitter feed, I feel like I should be able to do the same with a calendar function.

2 Answers 2

3

Are you looking for a calendar implemented in JavaScript? If so, you could just put Google Calendar straight into the page.

Another good alternative is fullCalendar, but this does have a dependency on the jQuery JavaScript library.

0

Try Styled Calendar. You can connect it to a public Google calendar, but add some styling enhancements. You can then use the embed code in the static site.

Your client will be able to update the calendar from their Google Calendar dashboard.

Not the answer you're looking for? Browse other questions tagged or ask your own question.