问题描述
如何获取两个特定日期之间的所有事件。例如,我只想在> 2013年3月1日
& 2013年3月28日
。
我正在使用Google Calendar API v3。在Google Calendar API v1中,有两个日期之间使用start-min&启动最大。我想知道Google Calendar API v3中这两个参数的替代品是什么?
好的,我得到了答案。 Google API V3中的新参数是 timeMin
& timeMax
来过滤两个日期之间的事件。
How to get all events between two specific dates. For example i only want to get events between 1st of March 2013
& 28th of March 2013
.
I am using Google Calendar API v3. While in Google Calendar API v1 there was the facility for search between 2 dates using start-min & start-max. I am wondering what is the replacement for these two parameters in Google Calendar API v3?
Ok i got the answer. The new parameters in Google API V3 are timeMin
& timeMax
to filter events between 2 dates.
这篇关于在两个日期之间获取日历活动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!