Files
Stalwart/crates/dav-proto/resources/requests/report-005.json
2025-05-16 16:20:04 +02:00

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