Google calendar API update “Missing end time”
问题 I'm trying to update an event using: PUT https://www.googleapis.com/calendar/v3/calendars/primary/events/q4es0o2o70naq8idj1dj6q4354 { "reminders" {"useDefault":true}, "summary":"updatedsummary", "description":"updated desc" } but get a response: { "error": { "errors": [ { "domain": "global", "reason": "required", "message": "Missing end time." } ], "code": 400, "message": "Missing end time." } } Why do I need a end time if I just need to update a summary or other fields? 回答1: PUT https://www