Hi, I am assuming that you wish to create public calendar using Google GData API. To become more familiar with the GData API please go through the protocol spec,
http://code.google.com/apis/calendar/developers_guide_protocol.html Specifically to create public calendar, you would submit the XML to create the calendar first. This section details what the XML looks like for calendar creation - http://code.google.com/apis/calendar/developers_guide_protocol.html#CreatingCalendars After you create the calendar, you would have to grant access to everyone by changing the ACL of the newly created calendar. This is illustrated in this section - http://code.google.com/apis/calendar/developers_guide_protocol.html#SharingACalendar Hope it helps, Austin On Jan 2, 2008 8:59 AM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Hi again, > > This is very important to my project, and I'm a bit lost. > > Any guidance would help. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
