Function __global->add_calendar_event

Definitions

sources/calendar2.php

  • Add a calendar event.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Parameters

There are no entries at this time

Returns

  • The ID of the event
  • Type: AUTO_LINK
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Add a calendar event.
 *
 * @return AUTO_LINK The ID of the event
 */

function add_calendar_event() : int