How can I get Clockify to WRITE annual leave to Google Calendar? - api

I am having trouble with identifying how to get Clockify to write annual leave (time off in the api documentation) to Google Calendar. I have looked through the API documentation but have to admit I haven't had too much experience with API work previously, any help is very much appreciated. :)
I have attempted to use Zapier to get it to work with no coding, but they don't seem to have the correct triggers and actions that I am looking for.

Related

Quick way to get data into Google Sheets from Plaid's Liabilities API?

I am looking to get balance, credit available, payment due, due dates and other credit card info from the banks to a google sheet - using Plaid's "Liabilities" API. I have started down the path of the "quickstart" (which may be quick for a specialized developer but for me... nevermind) and I'm wondering, before I go too deep into the weeds with figuring out how to code it, has anyone wrapped it all up into a quick and easy add-on for google sheets by any chance?
I'm aware of a very similar add-on for Google Sheets, using the Transactions API instead: https://github.com/hirefrank/plaid-txns-google-sheets. You could probably modify it slightly to achieve what you're going for.

Does Google Data Studio have API functionality, and if not, will it in the near future?

I'm trying to automate a workflow using Google Data Studio. Requirements are simple - I need to be able to programatically copy a templated report (from a Python/Java application) and import/set a data source (Google Sheets doc) for that report. Nothing more fancy (no visualisation creation, formatting, or anything graphical, etc.).
Sources here, here and here (last two require Google Cloud Console account) suggest an API does exist (and detail a setup process to access it). However, after going through this setup process, I can find no details or documentation of any functionality, and consequently have been unable to progress.
Can anyone authoritatively state whether:
1. There does exist any API functionality for GDS? and
2. If not, are there plans to develop such? (since the Google links above suggest there is, I'm wondering if this means it's in the pipeline for near future).
The only directly related SO posts I can find are here and here. The first suggests there isn't, but doesn't account for the Google links I've provided above which suggest there is; the second doesn't really cover the same use case, so doesn't provide answers applicable here.
FYI - I've posted a Google Community forum post here asking essentially the same question.
If anyone is able to help out, that would be greatly appreciated :) Many thanks in advance for your time and help! :)
Fresh as of 2022-05-23
There does exist any API functionality for GDS?
Not in the way you are expecting. The three links you posted all refer to the current Data Studio API. The only things you can do with that API is view your Data Studio assets and update permissions. That's it. This API won't let you create/copy/modify reports or data sources.
If not, are there plans to develop such?
Not in the near future. You can make/vote for this feature request in the official tracker. More popular feature requests are usually prioritized in roadmaps.
That being said, a lot of the API use cases can be resolved using combinations of Community Connectors, config parameters, direct linking, viewer's credentials, Linking/Integration API etc.

YouTube API is it possible to return all of the comments ever made by a user?

I have VERY limited use of the YouTube API.
I am messing about in the sandbox.
But I would really like to know if it's possible to return all of the comments, made by a certain username?
I'd love to be able to track my own comments on YT videos that I have made?
To be able to see which comment was made against which video?
That would be amazing.
I have made a cursory look into the API and the browser options - but there isn't any way to do as far as I know?
I mess around with the API would I be able to find a call that returns what I am looking for?
Any help? I can't be the 1st person to want this?

Yahoo YQL returning INKApi error

I am starting to get a little desperate: a few days (maybe a week or two ago) Yahoo API - YQL that was previously working correctly started returning INKApi error.
Specifically, I am talking about Yahoo Fantasy Sports (baseball) API.
I am definitely not the only one receiving the error. But Yahoo is not reacting to posts on their message boards, see:
https://developer.yahoo.com/forum/YQL/Fantasy-Sports-YQL-Console-returning-INKApi/1399927585884-7008ef4d-0696-4114-b789-1840b0f798ff
https://developer.yahoo.com/forum/YQL/Fantasy-Baseball-All-Star-Break/1405604995092-827c4ff0-8517-4814-825b-222345dc1a16
I tried to contact them through their contact form as well, but no reaction at all.
Does anyone have a solution for this? An idea about when (or if) Yahoo will address this issue? A direct contact to someone at Yahoo who could help?
Thanks.
I think contacting them is the only way so that they can modify their api and give you the developers what they wanted ..In my opinion we dont have anything to do witrh this..You must contact someone at yahoo..
See this link..https://developer.yahoo.com/forum/YQL/Fantasy-Sports-YQL-Console-returning-INKApi/1399927585884-7008ef4d-0696-4114-b789-1840b0f798ff
After more than a month, Yahoo mysteriously woke up and corrected the error. The API is working again (at least for me), so the problem seems to be fixed for now.
However, we should all be aware that their service comes with no guarantee and there is no way to contact them. So all developers should take this into account when trying to work with Yahoo API...

Grab Google tasks via Google Calendar API?

Does anyone know if you might be able to grab google tasks using the calander API? I took a quick look at the API and I did not see any obvious way to grab the tasks information but it might be doable depending on how the tasks data is used in calander.
I was hoping someone more familiar with the calander API might be able to shed some light on the subject.
Not yet!
http://code.google.com/p/gdata-issues/issues/detail?id=987
Tasks API has been announced at Google I/O 2011.