# event-post/6.1.0/inc/export/vcs.php

Event Post, version 6.1.0. 14 lines.

- Page: https://pluginprobe.com/plugins/event-post/6.1.0/code/inc/export/vcs.php
- Raw: https://pluginprobe.com/plugins/event-post/6.1.0/raw/inc/export/vcs.php
- Modified: 2026-07-23T14:23:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/event-post/6.1.0/code/inc/export/vcs.php#L10-L20`.

```php
<?php
/**
 * VCS Export
 *
 * @package event-post
 * @version 6.1.0
 * @since   5.4
 */

if ( ! defined( 'ABSPATH' ) ) exit; 

$mime='x-vcalendar';
$format='vcs';
include('ics.php');
```
