如何导出待办事项列表?

发布于 2024-11-05 11:32:29 字数 232 浏览 0 评论 0原文

我的 iPhone 应用程序是一个目标设定研讨会,可帮助用户建立自己的目标列表。

我想让我的用户能够将他们的目标导出为待办事项列表,以便他们可以将它们导入到 2do、Toodleo、Outlook 等中。

有人有这方面的经验吗?我正在考虑导出为 Outlook 格式、iCal 或 Google 日历,但我找不到合适的库。

那么,导出待办事项列表的最佳方式是什么?有哪些好的 iOS 库可以实现这一点?

My iPhone app, a goal-setting workshop, helps users build their own goal list.

I'd like to give my users an ability to export their goals as todo lists, so they can import them in 2do, Toodleo, Outlook, etc.

Anybody got experience in this? I'm thinking of exporting into the Outlook format, or into iCal, or into Google Calendar, but I cannot find good libraries for that.

So - into what it is the best to export a to-do list, and what are some good iOS libraries for that?

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

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

发布评论

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

评论(1

小…楫夜泊 2024-11-12 11:32:29

导出待办事项列表最自然的方法是首先考虑icalendar 文件的vtodo 组件。然而,您可能想要检查与目标最终用户客户端的兼容性,因为几年前谷歌日历不支持 vtodo。或者,您可以将它们创建为简单的 vevent,以确保其导入到最终客户端应用程序中。

most natural to export a todo list, would be to consider first the vtodo component for icalendar files. You may however want to check compatibility with the targeted end-user client as a few years ago google calendar did not support vtodo. alternatively you can create them as simple vevent to secure it gets imported in end client application.

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