使用 applescript 或终端从 ical 获取事件摘要和当前状态?
我正在尝试查询 iCal 以查明特定日历中的事件现在是否正在发生,如果是,则该事件的名称是什么 - 使用 applescript 或终端(我真的不太了解) 。我看到了一个类似的问题,关于使用 applescript 检索当天所有事件的摘要,但这并不是我正在寻找的。 (Applescript 和 iCal 交互)。
有什么想法吗?
I'm trying to query iCal to find out if an event in a specific calendar is occurring now, and if so, what the name of the event is—using either applescript or the terminal (I really don't know much about either). I saw a similar question about using applescript to retrieve the summary of all of the events of the current day, but that's not exactly what i'm looking for. (Applescript and iCal interaction).
any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 过滤表单:
请注意,
开始日期
和结束日期
必须早于(当前日期)
,否则您会得到一个错误。Use a filter form:
Note that
start date
andend date
must come before(current date)
, otherwise you'll get an error.