Warning, /pim/libkgapi/autotests/calendar/data/event2_modify_request.txt is written in an unsupported language. File is not indexed.

0001 PUT https://www.googleapis.com/calendar/v3/calendars/MockAccount/events/_60o3iopicdhjib9g6ss32b9k70p68b9ocdhm8b9ocphjioj6clh36c9j70?sendUpdates=all&prettyPrint=false
0002 Content-Type: application/json
0003 
0004 {
0005   "attendees": [
0006     {
0007       "displayName": "KDE Hacker 1", 
0008       "email": "hacker1@kde.test", 
0009       "id": "1029384756",
0010       "responseStatus": "needsAction"
0011     }
0012   ], 
0013   "description": "Let's hack on KDE!", 
0014   "end": {
0015     "date": "2018-04-23"
0016   }, 
0017   "iCalUID": "009c2cc9-0781-482d-8ccd-8fc9bfeb3138",
0018   "id": "_60o3iopicdhjib9g6ss32b9k70p68b9ocdhm8b9ocphjioj6clh36c9j70",
0019   "kind": "calendar#event", 
0020   "location": "Toulouse, France", 
0021   "organizer": {
0022     "displayName": "MockAccount <MockAccount>", 
0023     "email": "MockAccount"
0024   }, 
0025   "recurrence": [
0026     "RRULE:FREQ=YEARLY;BYMONTHDAY=20;BYMONTH=4"
0027   ], 
0028   "reminders": {
0029     "overrides": [
0030       {
0031         "method": "email",
0032         "minutes": 430
0033       }, 
0034       {
0035         "method": "popup",
0036         "minutes": 10
0037       }
0038     ], 
0039     "useDefault": false
0040   }, 
0041   "start": {
0042     "date": "2018-04-20"
0043   }, 
0044   "status": "confirmed", 
0045   "summary": "KDE PIM Sprint", 
0046   "transparency": "opaque"
0047 }