使用Evernote API,如何获取指定日期范围内创建的笔记?

发布于 2024-11-17 02:29:02 字数 349 浏览 3 评论 0原文

如何使用 Evernote 搜索语法来获取在指定日期范围内创建的笔记?

文档具有以下内容:

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

但没有说明如何操作使用日期范围。

How can I use the Evernote search grammer to get notes that were created within a specified date range?

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

打小就很酷 2024-11-24 02:29:02

包括第二个否定的已创建术语:

要查找 2010 年 1 月 1 日到 2011 年 1 月 31 日之间创建的笔记:

created:20110101 -created:20110201

Include a second, negated created term:

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

created:20110101 -created:20110201

许仙没带伞 2024-11-24 02:29:02

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文