Podio API Documentation

Calendar: Move external calendar event

POST /calendar/linked_account/{linked_account_id}/event/{uid}/move

Move event in external calendar linked by linked_account

  • linked_account 
  • uid - identifier of the event
Parameters
linked_account_id*
Required.
uid*
Required.
Request {
"day_delta": int,
"minute_delta": int,
"all_day": True/False }

Sandbox

The sandbox only handles GET operations for now.