Questions tagged [google-apps]

DO NOT USE ALONE.Questions should be tagged with more specific, relevant tags whenever possible. - For questions about programmatic interactions with services via [google-apps-script] or where no appropriate API tag exists, use: [google-docs] [google-sheets] [google-drive] [google-calendar] [gmail] [google-maps] - For questions regarding API usage, use [google-sheets-api] [google-docs-api] [google-maps-api] [google-calendar-api]

Google Apps is a suite of cloud-based applications and services for communication and collaboration. Organizational domains are available for Education and Business, and this tag also encompasses use of the APIs provided for management of those domains and their users' accounts.

Usage questions about any of the web applications should be posted at Web Applications Stack Exchange instead of here.

Questions should be tagged with more specific, relevant tags whenever possible.

2168 questions
0
votes
1 answer

Google App for Business Gmail vs Classic Gmail

We are in transition to move on to Google Apps. I and also my coworkers have been using Gmail for quite some time now. We imported email our company mail accounts in our Gmail and things work smoothly. I created standard account for Google Apps for…
user171453
0
votes
1 answer

Diffrence b/w Google Work account and Google service account

I am trying to access events from google calendar and I came across on solution here, This script require google service account, I have one doubt is google service account is free or require Google Work account for my application ?
Vipin Sharma
  • 421
  • 5
  • 24
0
votes
3 answers

Setting up Google Apps

I have registered a domain (though there is no hosting yet, just name registration) and I am trying to set up google apps so that I can have email, but I cannot figure it out. Is there something I am missing? I feel like it should be easier than…
0
votes
1 answer

Can an asp.net app integrate with a Google App

Looking to drive the content displayed on my Google Apps domain by using my IIS7-based webservice. Would it be more productive to ask 'how can i drive a Google Gadget with asp.net'?
justSteve
  • 5,444
  • 19
  • 72
  • 137
0
votes
1 answer

Google Calendar Custom Button

we're using Google Apps heavily in my company. Now there is a new requirement to set specific settings (prefilled event name, rooms selected, ...) for the event automatically on creation. This possibility should be available for all users in the…
0
votes
1 answer

Provide public key for google service account instead of having Google generate the key

With Google service accounts, Google generates the public/private key pair associated with the service account and passes that along to the end user who wants to make API calls. And its up to the end user to keep the keys safe. Is it possible to…
BPatel
  • 1
  • 1
  • 3
0
votes
1 answer

Create a gmail / googleapp edu e-mail account using API

Is it possible to create a gmail account or googleappedu e-mail account using API? So that everytime we add a new student in our system we don't have to create (or upload) manually on admin.google.com
Kokizzu
  • 24,974
  • 37
  • 137
  • 233
0
votes
1 answer

Using Parameters on a Google Drive API request?

I am trying to make an request on the Google Drive API, and I had some questions. I want to search a specific folder for files, so I use the q parameter in my request as follows, for some string (in this case called example): var request =…
svsav
  • 828
  • 3
  • 12
  • 29
0
votes
1 answer

Get calendar [public vs private] value from Google Calendar API

I'm trying to figure out how the Google Calendars API works, so far I've connected to everything without an issue and its returning results as expected. What I'd ideally like to do is use calendarList…
peter jalton
  • 109
  • 1
  • 9
0
votes
1 answer

Sending Email using godaddy smtp relay and PHPMailer on codeigniter

I am trying to reset password mails to client users. I am using a helper function which is called from the controller to send emails. function submit_email($to,$subject,$message) { $CI = get_instance(); $CI->load->library('My_PHPMailer'); …
Saurabh
  • 664
  • 2
  • 12
  • 30
0
votes
1 answer

Is it possible to add custom lookup field to Google Contacts?

Our company uses Google Apps. I'd like to manage all our customers in Google Contacts. Can I add organizations and individuals as separate contacts and then link them via custom lookup field?
synergetic
  • 7,756
  • 8
  • 65
  • 106
0
votes
1 answer

GAS - take value from jquery and pass it over to a var in the code.gs

I am trying to take the email value from the jquery and pass it over to a var in the code.gs. The code that I currently have is: code.gs: function getUser(){ user = Session.getActiveUser().getEmail(); return user; } function getUsername(){ …
loonix
  • 430
  • 7
  • 14
0
votes
1 answer

Sending email with PHP after Google Apps

I am thinking about using Google Apps to handle email for my server. After changing MX records and pointing everything at Google, will my server still be able to send email through PHP? I run an install of OSCommerce which uses PHP to send order…
AJayHubs
  • 45
  • 4
0
votes
1 answer

setFormulas to a new spreadsheets when created

I have been searching through question and example everywhere but I can not seem to find an answer. I need to set these formulas in the header row and columns AQ:1 to…
0
votes
2 answers

How to get an alert message containing html and a yes/no-button in google spreadsheet that stops executing the script till user has clicked yes or no?

I'm sending html emails from a google spreadsheet, and for a certain group, I want to first see a preview before sending it. The script to send the emails can be invoked by clicking a menu item on the spreadsheet. So I want to create a pop-up that…
lonewolf
  • 23
  • 8
1 2 3
99
100