Hi All,
I am trying to add an Extended Property to the CalendarEventEntry.
Though the add/fetch specific , work fine, I cannot search for an
Extended Property value using
CalendarQuery calendarQuery = new CalendarQuery(_feedUrl);
calendarQuery.setFullTextQuery("CustomValue");
CalendarEventFeed resultFeed =
_myService.query(calendarQuery,CalendarEventFeed.class);
The result feed gives null for Extended Property searches... I know
there was another thread with the same topic but that has been closed.
Will this feature be supported anytime at all ?
Thanks,
Anand
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---