On Jun 26, 10:28 am, malcom <[EMAIL PROTECTED]> wrote:
> Hello,
> I'm making a program that uses gdata in order to receive events from
> google calendar. I'm using the obj-c version.
> I'm able to get the list of today elements using start/end date. Well
> that's ok but... how can get future events with reminder set to today?
> For example: there is an event planned for July 1 but the user needs
> to get an alert today (26 June). I would to see this event and other
> events planned for today.
> Is it possible? how?
> thanks

Hi Malcom,
To my knowledge there's no way to query a calendar by reminder time.
You might want to add this to the feature requests page here:

    
http://groups.google.com/group/google-calendar-help-dataapi/web/api-feature-requests

As a workaround you could request everything scheduled during the next
week, then just check the reminder values for each event returned.
Since it's not possible to schedule reminders any further in advance
you should be able to get everything this way.

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