为什么 iPhone 应用程序没有将联系人链接到日历?
我不是程序员。我愿意付费购买一款应用程序,它允许我在日历约会和我的一个或多个联系人之间创建链接。这看起来是一个显而易见的应用,有着巨大的市场>为什么不能这样做?
I am not a programmer. I would pay for an application that allowed me to create a link between a calendar appointment and one or more of my contacts. This seems like an obvious applications with a huge market> Why is it not possible to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
因为4.0之前没有公共API可以访问日历。
应用若要推送到AppStore,必须遵守SDK协议。 规则之一是:
可以在 AppStore 渠道之外进行分发(例如通过 Cydia)。您可以检查越狱的 iDevices 是否存在。
Because there's no public API to access the Calendar before 4.0.
If an app is to be pushed to AppStore, the SDK agreement must be followed. One of the rules is:
It is possible to do this distributing outside of the AppStore channel (e.g. via Cydia). You can check if it exists for jailbroken iDevices.
如果您与 Google 日历同步并创建新活动,则可以邀请联系人列表中的任何人。
If you synch with Google's Calendar and you create a new Event, you can invite anybody from your contact list.
在最新版本的 iOS 4.2 中,EKEvent 类包含属性attendees。它仍然始终为零,并且没有使用此属性的默认屏幕,但我猜测这是为我们很快就会看到的东西做准备。
In the latest version of iOS 4.2 the EKEvent class contains the property attendees. It is still always nil and there's no default screen that uses this property but my guess is this is a preparation for something we should be seeing soon.