IM/event notification for calendars

Takahiro Kashihara
#428, 500 Riverside Drive
NewYork, NY 10027
tk515@columbia.edu


Abstract

Columbia InterNet Extensible Multimedia Architecture (CINEMA) provides a test bed for different multimedia and Internet telephony applications.
This project is to provide CINEMA web-interface which includes calendar interface for "Event Reservation Database" so that we could mamipulate the database via web.

 

Introduction

In earlier work, IRT (Internet Real-Time Laboratory) has implemented some of the basic components like Internet telephony clients and servers, conferencing server, voice mail system, etc.


An important component missing in the current system is the automatic notification of the events, e.g., notify all the conference participants two hours before the schedule time by sending emails.

This project is to provide CINEMA web-interface which includes calendar interface for "Event Reservation Database" so that we could mamipulate the database via web.
(For Expansino of recurrence events, my codes fully depends on Cal-Code[1])

 

Related Work

This project is very much CINEMA specific

 

Background

N/A

Architecture

The datascheme for "Event Reservation Database"is: HERE
( SQL sentences to create the tables are available HERE )

Internal Architecture is HERE

 

Program Documentation

 

Mesurement

N/A

Task List

N/A

References

[1] Cal-Code: a collection of Java classes which implement the logic underneath the CPL tag.
API for Cal-Code is available here