Page MenuHomec4science

PhabricatorCalendarEventEditConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Wed, Jan 15, 13:05

PhabricatorCalendarEventEditConduitAPIMethod.php

<?php
final class PhabricatorCalendarEventEditConduitAPIMethod
extends PhabricatorEditEngineAPIMethod {
public function getAPIMethodName() {
return 'calendar.event.edit';
}
public function newEditEngine() {
return new PhabricatorCalendarEventEditEngine();
}
public function getMethodSummary() {
return pht(
'Apply transactions to create a new event or edit an existing one.');
}
}

Event Timeline