Plugin Directory

source: event-post/trunk/inc/export/vcs.php @ 3060317

Last change on this file since 3060317 was 3060317, checked in by bastho, 4 months ago

Bump version to 5.9.3

  • Property svn:executable set to *
File size: 155 bytes
Line 
1<?php
2/**
3 * VCS Export
4 *
5 * @package event-post
6 * @version 5.9.3
7 * @since   5.4
8 */
9
10$mime='x-vcalendar';
11$format='vcs';
12include('ics.php');
Note: See TracBrowser for help on using the repository browser.