Function __global->output_ical

Definitions

sources/calendar_ical.php

  • Outputs the logged-in member's calendar view to ical.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$headers_and_exit boolean No No True N/A N/A Whether to output headers and exit (if this is false it will still echo out, but you can capture with an output buffer)

Preview

Code (PHP)

/**
 * Outputs the logged-in member's calendar view to ical.
 *
 * @param  boolean $headers_and_exit Whether to output headers and exit (if this is false it will still echo out, but you can capture with an output buffer)
 */

function output_ical(bool $headers_and_exit = true)