Podio API Documentation
Calendar: Get linked account calendar
Returns the events in the primary calendar of the linked account in the given interval
Usage
- Ruby Gem
-
calendar_event.rb
Podio::CalendarEvent.find_all( options = {} )
Parameters
- linked_account_id*
- Required.
- date_from
The date to return events from
- date_to
The date to search to
Response
[
{
"source": The source of the event, either "podio", "google", "exchange" or "live",
"ref_type": Always null,
"ref_id": Always null,
"uid": The unique id for the entry,
"title": The title of the entry,
"description": The description or agenda of the entry,
"location": The location of the entry, if any,
"busy": True if the user is busy for the time of the event, false otherwise,
"start": The start date and time in the user's local timezone,
"start_utc": The start date and time in UTC,
"start_date": The date part of the start,
"start_time": The time part of the start, if any,
"end": The end date and time in the user's locale timezone, if any,
"end_utc": The end date and time in UTC, if any,
"end_date": The date part of the end, if any,
"end_time": The time part of the end, if any,
"status": The RSVP status of the user, if any,
"link": The full link to the event,
"app": Always null
},
... (more entries)
]
Sandbox
Try the operation "/calendar/linked_account/{linked_account_id}/"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