> However when processing the calendars the author information seems to > be...lacking. What is returned as the author information is the name > of the calendar, but no email is available. Is this the intended > behavior? If this is the case I'm not sure how to accurate tell which > calendar has been created by which user.
What I found using the .NET API is that the author of the *calendar* is available (i.e. assuming you've declared EventFeed myEventFeed, use myEventFeed.Authors[0].Email). When you're looking at an event though (i.e. EventEntry myEventEntry = (EventEntry)myEventFeed.Entries[0]), even if the author of the event is a real person, the event's participant might be the ID of the calendar. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
