Questions tagged [google-chat]

Use for programming question related to Google Chat (https://chat.google.com)

Do not confuse with Google Hangouts (https://hangouts.google.com)

Use for programming questions related to Google Chat (https://chat.google.com)

Questions about general usage might be asked in the official community https://support.google.com/chat

Questions about general usage about the web application (https://chat.google.com) might be asked in https://webapps.stackexchange.com

Questions about general usage about the Android application migth be asked in https://android.stackexchange.com

Related tags:

Do not use with

  • as this tag corresponds to a API that is deprecated.
164 questions
0
votes
1 answer

Option forward in Google Chat

Is there a way that I can achieve forward option in Google chat, to forward a message from one group to another group. I see neither inbuilt support nor an extension for it. Thanks.
0
votes
0 answers

Google Hangouts Coversation Id

I'm trying to find a conversation id since I want to make a Google Hangouts/Chat bot but I can find it I remember it being there before in the Url but now its gone? I'm Using the 3rd party Hangups API
OpenSaned
  • 105
  • 1
  • 1
  • 8
0
votes
1 answer

Failed to load resource: the server responded with a status of 500 () while using google charts in asp.net core

I'm trying to bind the query to google charts but I face a problem as shown below. I'm new to asp.net core so when I try to use google charts I face this problem and below are my codes any help please or any other free charts you advise me to…
Hama Mod
  • 33
  • 10
0
votes
1 answer

How to show initially only two page once click on last page next page number should show in google chart datatable

google.charts.load('current', { 'packages': ['table'] }); google.charts.setOnLoadCallback(drawTable); function drawTable() { var dataTable = new…
0
votes
1 answer

How to add a option with checkbox in Google Chat aPI

I'm using the Google Chat API to send daily updates. I want to have a UI like this: Like this, I want the UI should appear, https://developers.google.com/hangouts/chat/reference/message-formats/cards I'm referring this sheet to generate those UIs.
vinuta
  • 1
0
votes
1 answer

Why is my first bot message (via REST API) shown before my first thread message?

I am working on a chat bot, that will return a certain piece of information based on the question of the user. The process of obtaining this information will likely take a couple of seconds, and I want to make sure the user is aware of this. I…
0
votes
1 answer

How to create a Webhook between Google chat and Azure devops

Is it possible to connect a Google Chat room using Azure devOps WebHooks? Thanks
0
votes
1 answer

Google Chat bot linked to a google sheet

The final idea of the bot that I am building will be to send out messages on the chat when a google sheet is edited. But first I am trying just to create a Google Chat bot linked to a google sheet with the hangouts chat template given by google. For…
0
votes
1 answer

Chat Bot from Google Sheets Event - Double Function?

I am trying to have a bot send a message to a chat room based on a FALSE check mark in a specific cell on a sheet. I have the function working for Timestamp and getEffectiveUser().getEmail - for accountability function sendReminder() - which uses a…
0
votes
1 answer

angular-google-charts how to add legends for Bar Chart?

I'm trying to convert my current Google Chart written in ReactJS to the new Angular 10 web app. I've found this angular-google-charts which seem to be the Angular version of the React's react-google-charts. Unfortunately, the Angular library is…
Prav
  • 2,785
  • 1
  • 21
  • 30
0
votes
1 answer

How to connect Google Chart API to Express API

I created API to pull data from MySQL. What I'm trying to do is to connect the response (output) of API to Google Chart. The problem is the chart do not display the API response. Any idea how I would go about this? Here is my code: // api…
ctlt
  • 78
  • 6
0
votes
1 answer

Google Charts, Horizontal Bar chart Layout problem

I've implemented google charts in my angular project, all types of charts are working fine, but horizontal bar chart bars are overlaping with labels. not sure whats happening with it. HTML
0
votes
1 answer

How to not execute "onAddToSpace" when I add a OAUTH scope

I'm trying to create a bot using GoogleChatAPI. Here is what I am trying to do: If a User adds the bot that I'm creating, I want the bot to show a message of caution for using the bot. If a User posts a message in the bot, the bot will post that…
0
votes
0 answers

String array doing math operations in JavaScript

I am trying to populate a DataTable from google chart to generate a chart. So far, I was able to get the information to travel from the database (MySQL) to the controller, and from there to the view using an ArrayList but when reading the dates,…
0
votes
0 answers

Add a Google Chat bot programmatically

I have a web application for organizations. I would like to allow users to add an existing Google Chat bot to their Google Chat workspace programmatically - example workflow: Jack visits mywebsite.com, presses button 'Add site bot' and the bot gets…
penguinsource
  • 1,120
  • 3
  • 16
  • 40
1 2 3
10
11