<?php
namespace Pandy06269\iCalDrupal\includes;
interface IEventWriter
{
function close();
function open();
function write(Event $event);
}