mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-09-19 10:24:34 +08:00
42 lines
No EOL
737 B
JSON
42 lines
No EOL
737 B
JSON
{
|
|
"type": "CalendarQuery",
|
|
"properties": {
|
|
"type": "Prop",
|
|
"data": [
|
|
{
|
|
"type": "CalDav",
|
|
"data": {
|
|
"type": "CalendarData",
|
|
"data": {
|
|
"properties": [],
|
|
"expand": {
|
|
"start": 1136246400,
|
|
"end": 1136419200
|
|
},
|
|
"limit_recurrence": null,
|
|
"limit_freebusy": null
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"filters": [
|
|
{
|
|
"type": "Component",
|
|
"comp": [
|
|
"VCalendar",
|
|
"VEvent"
|
|
],
|
|
"op": {
|
|
"type": "TimeRange",
|
|
"data": {
|
|
"start": 1136246400,
|
|
"end": 1136419200
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"timezone": {
|
|
"type": "None"
|
|
}
|
|
} |