const response = {"kind":"calendar#events","etag":"\"p3288namrojte20g\"","summary":"pedicura","updated":"2019-05-01T14:25:51.642Z","timeZone":"America/Argentina/Cordoba","accessRole":"owner","defaultReminders":[{"method":"popup","minutes":30}],"nextSyncToken":"CJCLqtvE-uECEJCLqtvE-uECGAU=","items":[{"kind":"calendar#event","etag":"\"3113441344690000\"","id":"hb6me2h********1dun5rs10","status":"confirmed","htmlLink":"https://www.google.com/calendar/event?eid=aGI2bWUyaGFvaGtqbWI4bXYxZHVuNXJzMTAgZTYyMXJtMD********Zw","created":"2019-05-01T14:12:08.000Z","updated":"2019-05-01T14:24:32.345Z","summary":"Prueba de: Pedicura en sala 2-x","description":"x-prueba de añadir masajes en sala 2 y notificar al manicura y a otra persona, fernanda?","creator":{"email":"<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="0661736f722b2b2b2b46616b676f6a2865696b">[email protected]</a>"},"organizer":{"email":"<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="5f3a7272722c666f293e341f382d302a2f713c3e333a313b3e2d7138303038333a713c3032">[email protected]</a>","displayName":"pedicura","self":true},"start":{"dateTime":"2019-05-08T21:00:00-03:00","timeZone":"America/Argentina/Buenos_Aires"},"end":{"dateTime":"2019-05-08T23:00:00-03:00","timeZone":"America/Argentina/Buenos_Aires"},"iCalUID":"<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="244c46124941164c450909090957151464434b4b4348410a474b49">[email protected]</a>","sequence":2,"attendees":[{"email":"<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="81e0ede4ebe0acacacace8f5c1e6ece0e8edafe2eeec">[email protected]</a>","responseStatus":"needsAction"},{"email":"<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="97fdbabababaf3d7f0faf6fefbb9f4f8fa">[email protected]</a>","responseStatus":"needsAction"}],"reminders":{"useDefault":true}},{"kind":"calendar#event","etag":"\"3113441378884000\"","id":"tv**0nbhkt**47la0k","status":"confirmed","htmlLink":"https://www.google.com/calendar/event?eid=dHZmOTQwbmJoaGJpbmVyYTExZW55bzh6OXggZTYyMXJtM*****","created":"2019-05-01T14:18:53.000Z","updated":"2019-05-01T14:24:49.442Z","summary":"Prueba de: Pedicura en sala 2-x","description":"x-prueba de añadir masajes en sala 2 y notificar al manicura y a otra persona, fernanda?","creator":{"email":"<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="3552405c4118181818755258545c591b565a58">[email protected]</a>"},"organizer":{"email":"<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="dfbaf2f2f2ace6efa9beb49fb8adb0aaaff1bcbeb3bab1bbbeadf1b8b0b0b8b3baf1bcb0b2">[email protected]</a>","displayName":"pedicura","self":true},"start":{"dateTime":"2019-05-07T21:00:00-03:00","timeZone":"America/Argentina/Buenos_Aires"},"end":{"dateTime":"2019-05-07T23:00:00-03:00","timeZone":"America/Argentina/Buenos_Aires"},"iCalUID":"<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="2f5b5949161b1f414d474402020202421b18433e1ccb17000434361500343*******04000636150c00190c54031f">[email protected]</a>","sequence":2,"attendees":[{"email":"<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="5938353c747474302d193e34383035773a3634">[email protected]</a>","responseStatus":"needsAction"},{"email":"<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="43296e6e2703242e222a2f6d202c2e">[email protected]</a>","responseStatus":"needsAction"}],"reminders":{"useDefault":true}},{"kind":"calendar#event","etag":"\"3113441503284000\"","id":"tqhje1kd*****0","status":"confirmed","htmlLink":"https://www.google.com/calendar/event?eid=dHFoamUxa2Q0MGFiNHAzd3VjbGVlOGRuODAgZTYyMX*****","created":"2019-05-01T14:25:51.000Z","updated":"2019-05-01T14:25:51.642Z","summary":"Prueba de","description":"prueba description","creator":{"email":"<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="01667468752c2c2c2c41666c60686d2f626e6c">[email protected]</a>"},"organizer":{"email":"<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="17723a3a3a642e2761767c5770657862673974767b727973766539707878707b723974787a">[email protected]</a>","displayName":"organizer name","self":true},"start":{"dateTime":"2019-04-26T21:00:00-03:00","timeZone":"America/Argentina/Buenos_Aires"},"end":{"dateTime":"2019-04-26T23:00:00-03:00","timeZone":"America/Argentina/Buenos_Aires"},"iCalUID":"unique-id-here","sequence":0,"attendees":[{"email":"<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="6845011c280f05090104460b0705">[email protected]</a>","responseStatus":"needsAction"},{"email":"<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="8da0ecf8e9cdeae0ece4e1a3eee2e0">[email protected]</a>","responseStatus":"needsAction"}],"reminders":{"useDefault":true}}]}
const items = response.items;
console.log("items", items);
items.forEach(x => console.log(x.htmlLink));