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

Event Post, version 5.11.0. 12 lines.

- Page: https://pluginprobe.com/plugins/event-post/5.11.0/code/inc/export/vcs.php
- Raw: https://pluginprobe.com/plugins/event-post/5.11.0/raw/inc/export/vcs.php
- Modified: 2026-01-06T14:55:32+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/5.11.0/code/inc/export/vcs.php#L10-L20`.

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