Podio API Documentation

Calendar: Get mutes in global calendar

GET /calendar/mute/

Returns the objects that are currently muted from the global calendar.

The data for the muting scope depends on the type of scope:

space

{
  "space_id": The id of the space,
  "name": The name of the space,
  "url": The URL of the space
}

app

{
  "app_id": The id of the app,
  "name": The name of the app,
  "item_name": The name of an item in the app,
  "icon": The icon for the app
}
Usage
PHP Client
PodioCalendarMute.php
PodioCalendarMute::get_all(  );
Ruby Gem
calendar_mute.rb
Podio::CalendarMute.find_all
Response [ { "type": The type of the scope, "id": The id of the scope, "title": The title of the scope, "data": The scope object (see description), "item": True if items are muted, false otherwise, "task": True if tasks are muted, false otherwise, "meeting: True if meetings are muted, false otherwise }, ... (more mutes) ]

Sandbox

Try the operation "/calendar/mute/"

You can simulate the API request by filling out the arguments below, and press the submit button to see the response.

You need to be logged in to Podio to use the Sandbox. Login here