Objective:
- Figure out who shared a Calendar with me
- Remove someone's Calendar from my Clio
- Find out who created a Calendar
- Figure out who the Calendar owner is
- Who owns the Calendar
- How do know who created a Calendar
- Who the Calendar belongs to
- Calendar API
Environment:
- Clio Manage
Additional Information:
- Information on adding more fields to this request can be found here
Procedure:
Retrieve the Calendar ID
- In Clio open the Calendar tab
- Right click anywhere on the Calendar screen and click Inspect to open Developer Tools
- Click on the Network tab
- Click the checkbox associated to the Calendar whose creator you need to find the owner of
- In the Network tab, a Calendar ID number will appear as a request
- To see a tutorial on how this is done, please click here.
Make an API request
- Open a new tab in the web browser used to view Clio
- Paste this link: https://app.clio.com/api/v4/calendars/xxx?fields=creator,name
- Replace "xxx" in the link above, with the Calendar ID from step 5, above
- Hit Enter on your keyboard
- Look at the name field in the API response to see the creator/owner of the Calendar
- To see a tutorial on how this is done, please click here.