Skip to content
This repository was archived by the owner on Dec 25, 2022. It is now read-only.
/ ocal2ical Public archive

Produces iCal format for iPhone calendar from Oracle Calendar server

Notifications You must be signed in to change notification settings

jcarr/ocal2ical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Oracle Calendar to iCal format
ocal2ical - http://github.com/jcarr/ocal2ical/
Jason Carr - [email protected]

This creates a web server running on port 7000 that you can use on your iPhone or anything else that imports iCal format from live Oracle Calendar data.  Only is a one way transaction so you can't modify any calendar entries.  Send me some feedback on feature requests, bugs, or other questions.

Requirements:
 - Ruby 1.9 (with modifications 1.8 should work)
 - ramaze
 - rexml

Configuration:
 - Edit ocal.rb and modify the uri variable to be your URI for your Oracle Calendar server.  For example:
     https://ocal.server.com/ocst-bin/ocas.fcgi

How to use:
 - This script just passes your credentials you pass it to the Oracle Calendar server.  It does pass it over HTTP, so if you need encryption you should use Apache and Phusion Passenger.
 - Add a new calendar into your iPhone/other device http://servername.server.com:7000/ocal/get_ocal 
 - Use your Oracle Calendar username and password
 - Sync and enjoy!

About

Produces iCal format for iPhone calendar from Oracle Calendar server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages