Create a channel compatible with Google Calendar.

I am trying to create a channel (atom) compatible with Google Calendar, which users can subscribe to and use to receive updates, but everything that I have read so far is related to communicating with Google using the GData APIs. I just want to provide a feed URL that can be added to Google Calendar if the user decides to do so.

When I tried to add the <gd:where> and <gd:who> elements to the "normal" atom feed, it broke in my feed reader.

Am I really wrong? Is there any other way to do this?

0
atom-feed google-calendar
source share
3 answers

I can be tight, but if you are trying to provide users with calendar information, is it not better to use the ICS format?

+1
source share

not quite an answer, but Rome's API may be useful

https://rome.dev.java.net/

Charles

0
source share

If you use Firefox and look at the source of the Google Calendar feed, and then, like on the server, it will not work. Why not?

Try it yourself.

Source View: http://www.google.com/calendar/feeds/usa__en@holiday.calendar.google.com/public/basic

0
source share

All Articles