开发者

Using Evernote API, how can I get notes that were created within a specified date range?

How can I use the Evernote search grammer to get notes that were created within a specified date r开发者_JS百科ange?

The documentation has the following:

created:[datetime] - will match any note that has a 'created' timestamp that is equal to, or more recent than, the provided datetime

But has nothing on how to use date ranges.


Include a second, negated created term:

To find notes created between January 1, 2010 and January 31, 2011:

created:20110101 -created:20110201


There is a summary with some examples here: blog.gotofritz.net/geekery/advanced-evernote-search

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜