This is a reference of functions implemented in different areas of the mcal program.

KEY: Y = Yes
     N = No
     / = N/A
     P = Partial
     ? = Unknown

			PHP 4	PHP 3	Mcal	Gmcal	libmcal	mstore	ICAP	MySQL

ADDRESS			
valid			/				Y	Y		P

STREAM
open			Y				Y	Y		P
close			Y				Y	Y		Y
ping			/				Y	Y		Y

CALENDAR
create			P				N	N		P
rename			P				N	N		N
delete			P				N	N		N

EVENT SEARCH
search_range		Y				Y	Y		Y
search_alarm		Y				Y	P		P
next_recurrence		Y				Y	/		/

EVENT READ
fetch			Y				Y	Y		Y

EVENT WRITE
append			Y				Y	Y		Y
store			Y				Y	Y		Y
remove			Y				Y	Y		Y
snooze			Y				Y	Y		Y
expunge			P				N	/		/

EVENT SET
init			Y				Y	/		/
set_category		Y				/	/		/
set_title		Y				/	/		/
set_description		Y				/	/		/
set_start		Y				/	/		/
set_end			Y				/	/		/
set_alarm		Y				/	/		/
set_class		Y				/	/		/
set_recur_none		Y				Y	/		/
set_recur_daily		Y				Y	/		/
set_recur_weekly	Y				Y	/		/
set_recur_monthly_mday	Y				Y	/		/
set_recur_monthly_wday	Y				Y	/		/
set_recur_yearly	Y				Y	/		/
add_attribute		N				Y	/		/