Is there any way to get send date of hangout message?
Goal: Fetch all messages from google (emails, and hangouts) and date in which there where sent.
As is: I'm using Gmail-API, messages.get() endpoint. When Im fetching this endpoint with query: in:!chats aka email messages, all works great. But if I invoke this with query: in:chats (hangouts messages), the endpoint will return less information than normal message, and unfortunately it won't have send at date.
Is there any way to get send at date from hangout message?
message.listquery, but in my app I think it may be inefficient in my case (I need to group messages in one-days-coups - so I'd need to send request for every day - can improve it by divide and conquer, but still). - matDobekYou cannot get start date of message with Gmail API, for emails I can: screencast.com/t/ncjnbHaKVt - matDobek