Browse
For agents
About
Event Post
/
5.12.0
Event Post
v5.12.0
Switch version
6.1.1
6.1.0
6.0.1
6.0.0
5.12.0
trunk
3.9
4.0
4.2
4.3
4.4
4.5
5.0
5.1
5.10.0
5.10.1
5.10.2
5.10.3
5.10.4
5.11.0
5.11.1
5.2
5.5
5.6
5.6.1
All 46 releases
Overview
Code
event-post
/
inc
/
export
/
vcs.php
vcs.php
in Event Post 5.12.0, at inc/export/vcs.php
12 lines
156 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
/**
3
* VCS Export
4
*
5
*
@package
event-post
6
*
@version
5.12.0
7
*
@since
5.4
8
*/
9
10
$
mime
=
'
x-vcalendar
'
;
11
$
format
=
'
vcs
'
;
12
include
(
'
ics.php
'
)
;