Hey Sebl,
Thanks I was able to follow you along and also got that error
00:28:07 ERR : Could not load file or assembly ‘Google.Apis, Version=1.34.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab’ or one of its dependencies. Das System kann die angegebene Datei nicht finden.
00:28:07 ERR : Exception occured in TMPluginWrapperNode.Evaluate
This is just for the protocoll.
Because actually i found out it is also possible to not go the route via the user authentication, which is basically for accessing calenars of any kind of users.
Instead, if you want to access only your own calendar and change events there, its possible to use an service account.
Then the code looks different and doesnt require that GoogleWebAuthorizationBroker.AuthorizeAsync
Here is how it would actually look like in code with a service account:
Clicking around with those functions now, lets see if i can get something to work. But still struggling with the general workflow and what to connect with what
Here is a good explanation how to create a service account for test purpose
edit: i was adding the dependencies with nuget and then manually as files, after selecting the dependencies they show up, but when loading nodes most of the time it throws
System.IO.FileNotFoundException in mscorlib: Die Datei oder Assembly “Google.Apis.Core, Version=1.34.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab” oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.
And the nodes don`t seem to work