GET api/ical/GetICalTempEvents?date1={date1}&date2={date2}&hostid={hostid}&strCmsWhere={strCmsWhere}&key={key}&dblinkname={dblinkname}

获取日历模板事件

Request Information

URI Parameters

NameDescriptionTypeAdditional information
date1

string

Required

date2

string

Required

hostid

string

Default value is

strCmsWhere

string

Default value is

key

string

Default value is

dblinkname

string

Default value is

Body Parameters

None.

Response Information

Resource Description

icalResult
NameDescriptionTypeAdditional information
error

错误代码

integer

None.

message

错误信息

string

None.

calendargroup

数据

Object

None.

data

Object

None.

eventAlertProposal

Object

None.

templateEventType

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "error": 1,
  "message": "sample string 2",
  "calendargroup": {},
  "data": {},
  "eventAlertProposal": {},
  "templateEventType": {}
}