How do we build query strings in XF2?
In XF1 I would do the following:
In XF1 I would do the following:
Code:
$query = XenForo_Link::buildQueryString($params);
return $this->responseRedirect(XenForo_ControllerResponse_Redirect::SUCCESS, 'https://www.google.com/calendar/render?' . $query);