Hi Sanjay, Yes, unfortunately, in the Calendar API there is no User Defined Field (like in the Contacts API) that would allow you to add a new visible (in the Web UI) field. S you already know, ExtendedProperty is strictly for API use and do not show in the UI.
I'm not sure what you mean by category in the Calendar API. Do you mean the following XML field? <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'></category> This field is read-only and is only and has to be unique, it only shows that the entry is of the kind 'event'. unfortunately I can't think of any fields that could be used to show the Importance of an event. You could write it in the Description of the event but then you would have to handle some parsing of the value. For example you could add such string to the description: Importance: Low I hope this helped! *Nicolas** * *Google Apps API team* On Mon, Feb 7, 2011 at 3:37 PM, Nicolas (Google) <[email protected]>wrote: > Hi Sanjay, > > Yes, unfortunately, in the Calendar API there is no User Defined Field > (like in the Contacts API) that would allow you to add a new visible (in the > Web UI) field. S you already know, ExtendedProperty is strictly for API use > and do not show in the UI. > > I'm not sure what you mean by category in the Calendar API. Do you mean the > following XML field? > > <category scheme='http://schemas.google.com/g/2005#kind' > term='http://schemas.google.com/g/2005#event'></category> > > This field is read-only and is only and has to be unique, it only shows > that the entry is of the kind 'event'. > > unfortunately I can't think of any fields that could be used to show the > Importance of an event. You could write it in the Description of the event > but then you would have to handle some parsing of the value. For example you > could add such string to the description: > > Importance: Low > > I hope this helped! > > *Nicolas** > * > *Google Apps API team* > > -- > 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 > -- 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
