Have you tried the extend properties in your selected API language?
>From Google examples:
>http://code.google.com/apis/calendar/docs/2.0/developers_guide_java.html#CreatingEvents
ExtendedProperty property = new ExtendedProperty();
property.setName("http://www.example.com/schemas/2005#mycal.id");
property.setValue("1234");
myEntry.addExtension(property);
On Sep 3, 4:22 pm, thymote <[email protected]> wrote:
> I need to have custom fields in an event such as meeting type, room,
> contact people, etc..
> my customer is not ready to use description field to fill these
> informations. Did Google Calendar developper team has planned such
> features?
> From my best knowledge, this feature is not available despite the ical
> standard ?
> Thanks for comment
> thymote
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---