46 lines
775 B
JSON
46 lines
775 B
JSON
{
|
|
"type": "CalendarQuery",
|
|
"properties": {
|
|
"type": "Prop",
|
|
"data": [
|
|
{
|
|
"type": "WebDav",
|
|
"data": {
|
|
"type": "GetETag"
|
|
}
|
|
},
|
|
{
|
|
"type": "CalDav",
|
|
"data": {
|
|
"type": "CalendarData",
|
|
"data": {
|
|
"properties": [],
|
|
"expand": null,
|
|
"limit_recurrence": null,
|
|
"limit_freebusy": null
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"filters": [
|
|
{
|
|
"type": "Component",
|
|
"comp": [
|
|
"VCalendar",
|
|
"VTodo",
|
|
"VAlarm"
|
|
],
|
|
"op": {
|
|
"type": "TimeRange",
|
|
"data": {
|
|
"start": 1136541600,
|
|
"end": 1136628000
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"timezone": {
|
|
"type": "None"
|
|
}
|
|
} |