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

Event Post, version 5.10.2. 12 lines.

- Page: https://pluginprobe.com/plugins/event-post/5.10.2/code/inc/export/vcs.php
- Raw: https://pluginprobe.com/plugins/event-post/5.10.2/raw/inc/export/vcs.php
- Modified: 2025-05-21T10:43:36+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.10.2/code/inc/export/vcs.php#L10-L20`.

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