Page MenuHomec4science

PhabricatorCalendarEventEditConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Tue, Jan 28, 12:36

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