On Jul 2, 1:40 pm, cc_humbry <[EMAIL PROTECTED]> wrote:
> Trevor, Nope this doesn't make a difference. Using the api I cannot
> find any
> events created with the api but I can find events created by the UI
> using
> the api - see reply to Ryan.
> Thanks for your efforts so far though
> Conrad

Conrad,
Sorry for not replying in a while.

Alright, here's what I'm doing on my end. This is using a fresh build
of the Zend_Gdata library from SVN:

% php Calendar.php createEvent [EMAIL PROTECTED] password 'My Test Event'
'This is a test event. If I search for the word 'hedgehog', it should
be returned.' 'Somewhere' '2007-07-20' '10:00' '2007-07-20' '11:00'
'-07'

    Event created with ID: 
http://www.google.com/calendar/feeds/default/private/full/30mv08agsp2qk0u48d7itvdn18

% php Calendar.php outputCalendarByFullTextQuery [EMAIL PROTECTED]
expl0ring hedgehog
    <ul>
        <li>My Test Event (http://www.google.com/calendar/feeds/
default/private/full/30mv08agsp2qk0u48d7itvdn18)
            <ul>
                <li>Starts: 2007-07-20T10:00:00.000-07:00</li>
            </ul>
        </li>
    </ul>

So, I'm definitely able to create an event using the API and retrieve
it using a full text query. Since we should both have the same code
for Calendar.php, see if you can reproduce this on your end.

--
Trevor Johns
http://tjohns.net


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to