-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFEATURE-IMPLEMENTATION
54 lines (45 loc) · 1.01 KB
/
FEATURE-IMPLEMENTATION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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 / /