如何将我自己的日历与手机(iPhone,Android等)同步

问题描述:

I created a portal for my company.

In this portal, we have to login and once we are in, we can manage our calendars and events. I would like to know how I can sync this with the iOS and/or the Android ?

Do I need to create an app for it or I can create a module so I can add a protocol to my website ? Google Calendar can sync with the iPhone, he must use a sort of protocol or it is build-in ?

Any ideas ? Thanks

我为公司创建了一个门户网站。 p>

在这个门户网站中,我们 必须登录,一旦我们进入,我们就可以管理我们的日历和活动。 我想知道如何将其与iOS和/或Android同步? p>

我是否需要为其创建应用程序,或者我可以创建模块以便添加 协议到我的网站? 谷歌日历可以与iPhone同步,他必须使用某种协议或内置? p>

任何想法? 谢谢 p> div>

You have a couple options. The simplest would probably be to add support for the Internet Calendar Format (.ics) and build your calendar to support subscriptions. Android and iOS both support internet calendars. Here's the Wikipedia page for ics. It's definitely not enough to implement a connector for, but it should be a good place to get started.