I'm using the following URL to get to the US holiday calendar, which returns event descriptions just fine, http://www.google.com/calendar/feeds/usa__en%40holiday.calendar.google.com/public/basic. However, I can't get dates for the events the same way I get dates and times for events on my private calendar. Using the API's
CalendarEventEntry entry = resultFeed.getEntries().get(i); List whens = entry.getTimes(); will return a populated list for my private calendar. However, the parameter whens is always empty for the holiday calendar. I can't find any other API in CalendarEventEntry, or it's parent BaseEventEntry that might be more appropriate for this. Can anyone shed some light on what I'm doing wrong? Thanks. -Pete --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
