Hello Denis, You can indeed use the Google Calendar API to add the TV program to a calendar and even make this calendar public so you can share it with your friends. I don't know of any tools that would convert this XML format to a calendar event entry but it shouldn't be hard to implement.
Please have a look at the API developer's guide<http://code.google.com/apis/calendar/data/2.0/developers_guide_protocol.html>and reference <http://code.google.com/apis/calendar/data/2.0/reference.html>and do not hesitate to post in the forum should you have any issues. Best, Alain On Mon, Oct 31, 2011 at 3:07 PM, Dennis P <[email protected]> wrote: > What I was trying to do is to put the tv guide in my google calendar. > But i didn't find a good link what will help me. > > So i've installed webgrap to write an XML file, now i god a nice file but > I need te rewrite it to get it in calendar. > Is it possible to write a script that can handle this. I can use it > offline and online. I prefer to use it online. > > I hope you can give me some help. I don't god a clue how to fix this. > I will take a look tomorrow. > > Below the xml data how it looks like. > > <programme start="20111031215500 +0100" stop="20111031222500 +0100" >> channel="BVN"> >> <title lang="nl">3 op reis</title> >> <desc lang="nl">Floortje Dessing, Dennis Storm, Nicolette Kluijver en >> Patrick Lodiers reizen de wereld over, op zoek naar avontuurlijke, relaxte, >> feestovergoten, verrassende en bijzondere bestemmingen</desc> >> <credits> >> <presenter>Floortje Dessing</presenter> >> <presenter>Dennis Storm</presenter> >> <presenter>Nicolette Kluijver</presenter> >> <presenter>Patrick Lodiers</presenter> >> </credits> >> <rating system="KIJKWIJZER"> >> <value>Grof</value> >> <icon src="grof.png" /> >> </rating> >> <category lang="nl">Informatief</category> >> <category lang="nl">Reisprogramma</category> >> </programme> > > -- > You received this message because you are subscribed to the Google > Groups "Google Calendar Data API" group. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://code.google.com/apis/calendar/community/forum.html > -- Alain Vongsouvanh | Developer Programs Engineer -- You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/calendar/community/forum.html
