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

Event Post, version 5.11.1. 12 lines.

- Page: https://pluginprobe.com/plugins/event-post/5.11.1/code/inc/export/vcs.php
- Raw: https://pluginprobe.com/plugins/event-post/5.11.1/raw/inc/export/vcs.php
- Modified: 2026-04-29T08:32:12+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.1/code/inc/export/vcs.php#L10-L20`.

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