为什么 iPhone 应用程序没有将联系人链接到日历?

发布于 2024-09-04 03:00:23 字数 90 浏览 3 评论 0原文

我不是程序员。我愿意付费购买一款应用程序,它允许我在日历约会和我的一个或多个联系人之间创建链接。这看起来是一个显而易见的应用,有着巨大的市场>为什么不能这样做?

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 技术交流群。

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

发布评论

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

评论(3

清眉祭 2024-09-11 03:00:23

因为4.0之前没有公共API可以访问日历。

应用若要推送到AppStore,必须遵守SDK协议。 规则之一是

3.3.1.应用程序只能按照Apple规定的方式使用已发布的API,不得使用或调用任何未发布的或私有的API。

可以在 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:

3.3.1. Applications may only use Published APIs in the manner prescribed by Apple and must not use or call any unpublished or private APIs.

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.

丘比特射中我 2024-09-11 03:00:23

如果您与 Google 日历同步并创建新活动,则可以邀请联系人列表中的任何人。

If you synch with Google's Calendar and you create a new Event, you can invite anybody from your contact list.

拥抱没勇气 2024-09-11 03:00:23

在最新版本的 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.

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