Function __global->delete_event_type
Definitions
sources/calendar2.php
- Delete a calendar event type.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $id | AUTO_LINK | No | No | required parameter | N/A | N/A | The ID of the event type |
Preview
Code (PHP)
/**
* Delete a calendar event type.
*
* @param AUTO_LINK $id The ID of the event type
*/
function delete_event_type(int $id)
* Delete a calendar event type.
*
* @param AUTO_LINK $id The ID of the event type
*/
function delete_event_type(int $id)

