English 中文(简体)
Google Calendar API: can i retrieve entries changed/created after a specified date?
原标题:

Can i retrieve entries changed/created after a specified date? This is regardless of the event date - only by "modified date". I.e. if i modify an old even i want to be able to retrieve it using a query (without knowing its id)

问题回答

I haven t tried it myself but according to the documentation you should be able to access all events updated within a certain range using the standard Data API query parameters updated-min and updated-max.

See: http://code.google.com/apis/calendar/data/2.0/reference.html#Parameters and: http://code.google.com/apis/gdata/docs/2.0/reference.html#QueryRequests

I m not sure if you are using a code library to access the Google Calendar API so I cannot comment further.





相关问题
Google Calendar embeds - but won t respond

I successfully embedded the Google Calendar IFRAME, however, without any JS error -- it won t respond to any of my clicks, nor display any events. After double checking the calendar settings and ...

CalDav on Outlook? [closed]

I m looking for a good way to view CalDav calendars within Outlook. I m aware of the OpenConnector project, but have not been happy with it thus far (re: stability issues & difficulty to ...

Java and Google Calendar

I would be shocked if this were immediately answered here, as this is a question specific to the Google Calendar Java API, but I ll put it out there anyway. The tutorials for Google Calendar give a ...

google calendar java api

I have an object of CalendarEntry I know that http://www.google.com/calendar/feeds/example@gmail.com/allcalendars/full is the feed url of all calendars but how I can get this feed url from ...

Developing a Firefox extension for Google Calendar

I am actually not so sure if it is possible but It would be great for me to have a firefox add-on to add/remove/edit/delete for google calendar. Is there any blog entry or a reference documents about ...

热门标签