Hi,

Using python API: when i retrieve the calendar-id from the all-
calendars feed like this:

    ......calendar.id.text.split('/').pop()

i get something like

asfasdf234789sdfsdf%40something.google.com

It took me two days(!) to figure out that i had to replace the %40
with  "@" to gain a vaild calendar-id. Am i doing something wrong or
is this normal. I create the id like this

   ......calendar.id.text.split('/').pop().replace('%40','@')

is there a better way or is this ok?

kind regards
HenrieC


--~--~---------~--~----~------------~-------~--~----~
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://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to