I figured it out. Actually, I made my own html file that collects the calendar data and has the fields I need from our server db. Once I have all the info, I create the Google calendar entry according to the Python API. Now I have all the data captured in all the data resources I need.
On Sun, Apr 17, 2011 at 10:16 AM, am63 <[email protected]>wrote: > Maybe the solution is to handle the display of the events yourself (just > read the calendar events feed) ; this way you will easily be able to direct > the user to the appropriate screen, ask him to fill some fields, and then > create/update the event extended properties (properties you name yourself). > > For technical details about reading a calendar events feed and handling > extended properties, have a look at the API > reference<http://code.google.com/intl/fr/apis/calendar/data/2.0/reference.html>and > the API documentation for your development language. > > -- > 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://code.google.com/apis/calendar/community/forum.html > -- David -- 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://code.google.com/apis/calendar/community/forum.html
