PDA

View Full Version : Calendar app? or way to add calendar to android cal



MJennings
11-18-2010, 12:08 AM
Hi, i've developed my own PHP calendar system which is extremely flexible, hosted on my personal server. I'm wondering if there's a way to make my calendar communicate with the android calendar so I can have it sync or at least receive the events/appointments from my PHP calendar. I'm completely new to android development, but it looks like this requires some type of app to add this ability to the calendar?

zse45tgb
11-18-2010, 09:53 AM
Is there a URL for your calendar in ical (http://en.wikipedia.org/wiki/ICalendar) format? If so, you can add it to your google calendar to make it viewable (but not editable) on your phone:

1) On calendar.google.com, select "Settings > Calendar settings"
2) Click on the "Calendars" tab
3) Click "Browse interesting calendars"
4) Click "Add by URL" and add your calendar.

If you don't already have the ical view, I think you'll be able to create it pretty easily.