[calendar] Fix event move URL
ClosedPublic

Authored by poboiko on Mar 20 2020, 11:01 AM.

Details

Summary

According to Google Calendar API (https://developers.google.com/calendar/v3/reference/events/move),
the proper url is https://www.googleapis.com/calendar/v3/calendars/calendarId/events/eventId/move

Test Plan
  1. Move event between calendars in KOrganizer
  2. The change gets propagated to Google Calendar Web UI

Diff Detail

Repository
R477 KGAPI Library
Branch
fix-event-move-url (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 23977
Build 23995: arc lint + arc unit
poboiko created this revision.Mar 20 2020, 11:01 AM
Restricted Application added a project: KDE PIM. · View Herald TranscriptMar 20 2020, 11:01 AM
poboiko requested review of this revision.Mar 20 2020, 11:01 AM
dvratil accepted this revision.Mar 20 2020, 1:53 PM
This revision is now accepted and ready to land.Mar 20 2020, 1:53 PM
This revision was automatically updated to reflect the committed changes.