Hi,
Using the python api to add guests :

        k=gdata.calendar.Who()
        k.email=people.value[7:]
        k.valueString=people.params["CN"][0]
        k.value=people.params["CN"][0]
        k.name=people.params["CN"][0]

## I didn't know which to fill in, so i filled in all
## people.params["CN"][0] is the name of the person and is a string.

Yet, the full name does not appear in the invite nor on the event web
page. The email id's i'm adding are not gmail ids nor in my gmail
address book.
However if i add myself (using my full name and gmail address), i see
my full name.

Could someone point me in the right direction?
Oh, this should be a separate post, but how does one add Contacts in
the python api?
Thanks
Saptarshi


--~--~---------~--~----~------------~-------~--~----~
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