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 1:29 PM, Sanjay Pant <[email protected]>wrote:

> Hello All,
>
>  I am trying to Sync my Application database Calendar Events with Google
> Calendar using  .net windows services. We are having a field for
> Importance(low,high, Normal) in our Application. But we didn't find any such
> in the Google EventEntry object.
>  We can Sync that using Extended property but I am pretty sure that user
> will not able to view the Extended property on the Google UI nor he/she can
> modify it so it doen't make sense to Sync with Extended property.
>  If it is possible to display extended property on the UI then  please
> share with us.
>
> Second Option I try using Categories, but Google seems to be
> reverting/rejecting new categories that we are creating without any error.
> If Any one is having correct way of adding categories to EventEntry then
> please share with us.
>
> Is it possible for the user to View/Modify Categories from the UI.
>
>  If any one is having any info reagarding that please share with us.
>
>  Thanks
>  Sanjay
>
> --
> 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

Reply via email to