Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

How do I export my WordPress calendar to a google calendar? I have a blog which has a calendar embedded into it. I want to export it to a google calendar and link it with with the blog dynamically. That is any changes made to the WordPress calendar are reflected in the google calendar too.

I am new to WordPress, so not sure if I need to provide more details. Do let me know if you need more information from me

share|improve this question
Closing for lack of followup. – EAMann Apr 11 '12 at 18:13

closed as too localized by EAMann Apr 11 '12 at 18:13

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

If your blog has a calendar plugin in it, it may be producing an ics feed. Many calendar plugins do.

"Subscribe" to the ics feed from your google account.

Google may be slow to reflect changes, but it will eventually.

For example on this "test" website http://test.icalevents.com/calendar-of-all-events/agenda-yoga/, you can click on the calendar icons. (Or right click to get the link location and add that link location to your google calendar account).

Hopefully your calendar software does something similar. If it does not, you'd have to get someone to write code to produce an ics feed for you (or change calendar plugins).

share|improve this answer
Calendar developed and supported by WebJunk.com. So can you please help me get ics feed? I am new to blogging. – Neel Mehta Aug 17 '11 at 5:33
@NeelMehta Please edit your question to provide a link to the specific calendar plugin you're using. We can't offer advice on a plugin we can't find. – EAMann Oct 20 '11 at 16:33
Calendar Plus Version 1.2.4 Edited Version by Paul Newman at webjunk.com to Support displaying calendar by Category. This plugin allows you to display a calendar of all your events and appointments as a page on your site. – Neel Mehta Oct 30 '11 at 14:54
Calendar Plus is based on the Calendar plugin by Kieran OShea, which appears to be more up to date, perhaps you would be better replacing your plugin with the original Calendar plugin? – Tom J Nowell Apr 11 '12 at 18:16

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