Search results

WordPress Tip: Integrate Google Calendar into WordPress

by Tom Johnson on Mar 16, 2010
categories: technical-writing wordpress

I have a lot of events coming up, so I've been trying to coordinate and manage my schedule in a more efficient way. I use Google Calendar, with various calendars that I toggle on or off based on what I want to see. Lately I decided to integrate some of the event information from my Google calendar into my WordPress blog.

I have two new buttons on the top: My Calendar and Presentations. Using the ICS Calendar plugin for WordPress, I integrated the events into my blog by plugging the ICAL feeds for the calendars into the ICS plugin's settings.

The plugin works pretty well. It automatically pulls the event information from the feed without requiring you to do anything in WordPress. You can specify the format for the event details using the tags in the plugin's settings page. My custom format looks like this:

<h3>%event-title%</h3>
<div class="icalmeta">%date-time%<br />
%location%</div>
<p>%description%</p>

It's a little snazzier than the basic page I had previously used. And I only have to enter event information into one place.

About Tom Johnson

Tom Johnson

I'm an API technical writer based in the Seattle area. On this blog, I write about topics related to technical writing and communication — such as software documentation, API documentation, AI, information architecture, content strategy, writing processes, plain language, tech comm careers, and more. Check out my API documentation course if you're looking for more info about documenting APIs. Or see my posts on AI and AI course section for more on the latest in AI and tech comm.

If you're a technical writer and want to keep on top of the latest trends in the tech comm, be sure to subscribe to email updates below. You can also learn more about me or contact me. Finally, note that the opinions I express on my blog are my own points of view, not that of my employer.