如何导出待办事项列表?
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
导出待办事项列表最自然的方法是首先考虑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.