Setup your sync solution

To use SyncML2iCal.com you must first of all have your data stored on a SyncML server. You will need some information about the server.

  • Where can you reach it? It's URL.
  • What is your username?
  • What is your password?
  • (Where does the server store the calendar events?)

When you have these informations, go to your favorite calendar and chose import ical from an URL. Enter the URL as follows (note, all in one line!):

      http://sync.syncml2ical.com/
             ?serverurl=<URL_HERE>
             &user=<USER_HERE>
             &pass=<PASS_HERE>
             &eventsdb=<EVENTDATABASE_HERE>

Could for instance be like this if you have an o-sync.com account:

      http://sync.syncml2ical.com/
             ?serverurl=http://sync.o-sync.com
             &user=joe
             &pass=secret
             &eventsdb=./events

Or something like this if you are syncing with an Oracle Calendar Server with SyncML support:

      http://sync.syncml2ical.com/
            ?serverurl=https://calendar.domain.com:443/ocas-bin/ocas.fcgi?sub=syncml
            &user=user@domain.com
            &pass=secret
            &eventsdb=./Calendar/Events

Your calendar should now import all your events from the SyncML server.