mail-server/crates/dav-proto/resources/requests/report-003.json
2025-05-16 16:20:04 +02:00

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"
}
}