Is there any way to set up google calendar such that invites come from an alias? - google-calendar-api

I use google calendar, but I send emails from an alias email there. When I send out calendar invites, it says it comes from my google email address. Is there any way to have this sent out "coming from" the alias email address?

Unfortunately, Google Calendar does not have a way to edit the email from where the invites are being sent. The invitation will only come from the primary email address.
It is a feature that has been requested for years as I was able to find a thread about the matter. Check How to use aliases in Google Calendar?
I always suggest to submit a feature idea through the Google Workspace if you have: Feature idea!

Make sure you have shared the calendar from the alias google account with your main google account so that both calendars show up on the main.
When creating a new event, there you should see a calendar icon. It should have a list of the "Shared Calendars". From here select the one you want the invite sent from and it will be sent on behalf of that alias account.
screenshot

Related

Missing meeting organizer display name when getting events from Google Calendar API v3

When querying events via the Google Calendar API (V3), I am unable to see the display name of the organizer of the event. The email field is populated however there is no display name.
From previous research I can only find mentions that in order to get the display name to populate, the GSuite user must also activate Google+ on the user's account. Is this seriously the only way to do it? Or are there any other API calls I can use to maybe retrieve this data?
Any help would be appreciated, Thanks!
You can check Daimto's answer from this SO post.
Display name is only added via the web view if it is a gmail account
and google has some way of knowing what the users name is. This might
also work if the user organizer has said user in their google contacts
google might be able to grab it that way as well.

How to find ownership of a Google Calendar

Some time ago, I created a Google Calendar at calendar.google.com using Chrome Browser, and made it public. This was a calendar in addition to the default calendar provided with every Google identity - let's call it calendarX. I then sync'd calendarX with my Thunderbird (Lightning) client, and am still using it today with Thunderbird, to create & view events.
I now need to know the address of calendarX, so that I can share the link with others. So I logged into calendar.google.com with (what I thought were) the credentials of the calendar owner - but calendarX is missing, no reference to it at all.
So maybe I used some other Google identity to create the calendar?
The only clue I have is the calendar properties in Thunderbird (Lightning). It shows:
googleapi://MYEMAIL#MYDOMAIN/?calendar=MYDOMAIN_dq0l2urbXXXXlj9gcn5o2en1bc%40group.calendar.google.com
Doesn't MYEMAIL#MYDOMAIN imply the ownership of calendarX? That's the Google identity I have checked, and calendarX does NOT appear when I log into calendar.google.com with that identity. The default calendar is there, but not calendarX.
So maybe it's owned by some other identity? How can I find out?
Or how can I find the address of calendarX?
Google Calendars can be found by simply logging in your CORRECT email address which was used to create it. There's no tricky process in that. Just make sure it's your email address and not a service account that was used.
As an Admin of the GSuite system, you can add any calendar to your own account. If you can find the calendar ID from a user who has access to the calendar by going into the calendar settings is the way I did it, you can just add the calendar to your account using the calendar ID URL, once it is in your account as a super admin you can see who created the calendar and you can change who has access and the rights. Very simple but not documented anywhere I could find.

create unique links to send to users

I have been tasked with sending out a google forms link to a set of email addresses. I need each link to be unique so that a user can only answer the form once.
Is this possible with google forms?
The emails I send to will not necessarily have google accounts so the "limit to one response" will not be suitable as users will not be able to login to a google account to answer the form.
Many thanks for any pointers
No, its not possible to create unique links to prevent that a user without a Google account submit more than one answer.
Regarding official documentation to support this, there isn't as usually Google only include the supported features. The close that you could find are feature requests on the Google Issue Tracker, posts on the Google Docs Help Forum.

Owner of Google Analytic account left company, how to retrieve?

The person responsible for a Google Analytics property has left our company and we have no way to contact them.
We know the UA code for the property identifier, but we don't know the email used to login to google.
Is there any way anyone is familiar with to get access to a GA property in this scenario?
Contact a local Google Analytics Certified Partner and if they are nice will put in a ticket for you to claim the GA account back. You'll need to upload a text file to the website with some text showing it is yours.

Google analytics Embeded api with out Oauth authorize

How can i use gapi.analytics.auth.authorize without button..
I need it for customers, to track visits on their subdomain, and I have my analytics code on page, so they can't use button to authorize, need without it, automatically.
Any example?
Your question isn't very clear it is hard to understand what you mean by Button.
I think you mean that you would like to select data from YOUR Google Analytics account and display it on YOUR website.
To do this you will need to use a service account as apposed to Oauth2 (Oauth2 would popup with a new window requesting access). When you create the service account in the Google developer console take the service account email address. Give it access at the ACCOUNT level in the Google analytics admin section. It must be the account level this will then give the service account access to read your Google analytics data.
Quota: I am not sure what you are extending to do here but remember you can only make 10000 requests per day against your Google Analytics profile. After that you are cut off there is no way to extend this number. So I advice you to save the data in the database someplace you shouldn't request the same data more then once.
Example:
I suggest that you look for an example in what ever programing language you are intending to use. Again your question doesn't state anything about what language you will be using. Hello analytics API might be a good place to start but it depends upon the language the PHP one is way out of date I wouldn't bother with it. Also you cant use a service account with JavaScript so that one is out to.
Update figured out button
Embded api I think I have finally figured out what you mean by button. gapi.analytics.auth.authorize is used in the Google analytics embedded api. Which is JavaScript which it is not possible to use with a Service account. So the final answer to your question is
Answer: You cant remove the button from the Google Analytics Embded api the only way to login with JavaScript is to use Oauth2.
Advice: switch to PHP and use a service account to request data yourself. Or give each of your customers access to your Google analytics so they can login themselves.

Resources