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

> Hi All,
>
> We are writing a Sync service in .net,  that sync our application database
> user's calendar entry with the google user Calendar. We are having a field
> in our application that shows the Importance(Low, Normal, High ) for the
> Calendar event. But i don't find any such field in the Google Calendar
> EventEntry, I can sync this using Extended proprety but if user can't can
> modify it on google nor he/she see that,  then it doen't make any sense to
> syc that, is it possible to view/modiy it on UI.
>
> We try to add to Importance using Categories to the EventEntry but  Google
> seems to be reverting/rejecting new categories that we are creating without
> any error.
>  My Qusetion is:
>            Is the User will be able to modify the Categories from UI? Is
> the Categories will be visible to user?
>
> If some one can share the correct way of adding categories to EventEntry,
> 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