You are here

private function XCalFormatView::ical_value in Services 6.3

1 call to XCalFormatView::ical_value()
XCalFormatView::render_ical in servers/rest_server/formats/XCalFormatView.inc

File

servers/rest_server/formats/XCalFormatView.inc, line 66
This file will parse the xcal view for the rest server

Class

XCalFormatView
@file This file will parse the xcal view for the rest server

Code

private function ical_value($preamble, $val) {
  return $preamble . $this
    ->ical_split($preamble, $val) . "\n";
}