捷径 shortcuts

2021-06-15 15:39:32 +08:00
 3573535
各位大佬,有没有办法在使用 shortcut 创建提醒事项的时候能够添加重复?

目前我使用的是 scriptable 创建的,可以重复,但是不会选择 list,希望各位吊大的帮个忙,看看这么使用 scriptable 在某个 list 下创建提醒事项
1355 次点击
所在节点    Apple
1 条回复
3573535
2021-06-15 15:45:42 +08:00
let r = new Reminder()
r.dueDate= new Date(调整后的日期)
r.dueDateIncludesTime=true
r.title='Godzilla vs. Kong'
let reminderList = ["英语学习"]

r.save()
Script.complete()

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/783508

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX