On 23/03/2020 04:34, ToddAndMargo via perl6-users wrote:
On 2020-03-22 16:43, Tom Browder wrote:
On Sun, Mar 22, 2020 at 17:05 ToddAndMargo via perl6-users
<perl6-us...@perl.org <mailto:perl6-us...@perl.org>> wrote:
On 2020-03-22 10:39, Tom Browder wrote:
> Have you folks checked out Raku module "OAuth2::Client::Google"?
...
Any chance at a peakl at your code? The example over
on OAuth2::Client::Google is 404
What link are you using? Go to my account on
<https://github.com/tbrowder> and search for oauth2 and there's my code.
Also did you search on <http://modules.raku.org>? Are you aware of
that site?
-Tom
Hi Tom,
On your web page:
https://github.com/tbrowder/Google-API-Client/blob/master/docs/GOOGLE.md
For a working example, see eg/get-calendar-data.p6.
Points to
https://github.com/tbrowder/Google-API-Client/blob/master/docs/eg/get-calendar-data.p6
is 404 (missing). And it is for the calendar, not
send mail
Your "Quick how-to" flies right over my head because I
can not figure out how to use it to send an eMail
Do you have any examples of how to send mail with
OAuth2 authentication?
Many thanks,
-T
On 2020-03-23 18:31, Timo Paulssen wrote:
> The link was just missing a "../" at the beginning.
>
> The example code lives here:
>
>
>
https://github.com/tbrowder/Google-API-Client/blob/master/eg/get-calendar-data.p6
>
> Hope that helps
> - Timo
>
Hi Timo,
That helps. Now to figure out how to get it to
send an eMail
-T