0
votes
1answer
16 views

Google Apps Script - Object type does not match column type

I'M totally new to Apps Scripts and am trying to create a simple TableChart in Apps Script from a Google Spreadsheet. I keep getting the "Object type does not match column type" error and I cannot ...
0
votes
1answer
100 views

Google Apps Scripts getFirstName and getGivenName error

I am working in Google Apps Script trying to pre-populate a field with the currently logged in users first name and last name. According to Google's documentation I should be able to get this with ...
1
vote
1answer
42 views

google apps script I want to define a recurrence for all months first saturday

I have a problem with recurrence. I'm not able to define a recurrence for all months, only the first saturday I have this code: var bck_startdate = new Date("January 7, 2012 22:00"); var ...
1
vote
0answers
73 views

Google apps script - Iterate through elements / widgets / controls

can someone tell me, how to iterate through UI elements / widgets, which has been created by myselft using app.create[Widget] command ? Example: function doGet(e) { var app = ...
0
votes
1answer
57 views

How do I build a datagrid using google apps script?

Using Google Apps Script + GUI API, How can I build a datagrid? I am trying to build an object to show a range from spreadsheet into google site, with title columns, data, and clicking on the title ...
0
votes
2answers
71 views

why isn't google apps script sending invitations

The Google Apps script ran in a spreadsheet below works all except sending the invites. Using sendInvites:true the event is created in the calendar and the guests are added but no email is sent. I ...
1
vote
1answer
86 views

Manipulate height of cells on google document using google apps script

I'm trying to draw a table on Google Document using Google Apps Script then convert the result to PDF. That works fine but I couldn't manipulate a height of cells. Here is my code : var ...
0
votes
0answers
22 views

.isStarred() not returning all starred docs from .getFiles() in Google Apps Script

When I try to get my files from my DocsList and write the starred Docs to a panel, I get a small set of random starred docs - not the entire set. I expect to see ALL of my starred docs, not just ...
0
votes
1answer
70 views

Google Apps Script - Issue getCalendarsByName then getEvents

I am building a Google Apps script code that will write the events from a Calendar to a Spreadsheet. The Calendar I want to use is not my default calendar, and I want to get this calendar by name. ...
0
votes
1answer
40 views

Cannot produce a background image in a panel in Google Apps Script (GAS)

I was under the impression that 'backgroundIamge' is supposed to be supported in .setStyleAttribute to allow the user to set a background image in a panel via something like this: ...
0
votes
1answer
85 views

Google UI Script validateMatches doesn't work, validateNotMatches does

I am designing a form using Google Scripting. I have two text boxes that need to hold time values, and I want to make sure the input is valid. function setupTimeValidators(widget) { var timeRe = ...
2
votes
1answer
131 views

Google Apps Script Authorization

I have a function that stores the email addresses of the users from a domain as a script property. Initially this function worked without a problem on domain A, after creating a copy on domain B and ...
1
vote
1answer
116 views

Google Apps Script UIApp : no way to create a clickable row in a dashboard tableChart?

I am a beginner in programming and I made a dashboard (populated by a spreadsheet) with Google Apps Script UIApp for my Google Apps website but I can't find the way to create a clickable row in the ...
1
vote
1answer
55 views

Expense aproval send error google apps script

I am trying to get an expense approval sheet working, most of it now works, but when I submit the script to send the approval results to the user and the sheet. I get following error: TypeError: ...
1
vote
0answers
130 views

Google Apps Script UI Instances

This is my first question regarding Google Apps Script. First and foremost, I love this tool. However, I have run into a very huge issue. In our school district, I created a Web App to edit the ...
0
votes
1answer
33 views

Google scripts run for trashed documents

I've deleted spreadsheets with scripts attributed to them that run on a timed frequency. I also had notifications setup to inform me when a script had an error. Since delete them I've gotten a steady ...
1
vote
1answer
49 views

Adding waypoints to DirectionFinder object in Google Apps Script

i use directionFinder in Google Apps Script application and I want do add some waypoints. Everything works well when i add this like this: var directions = ...
0
votes
0answers
63 views

Appending data to BigQuery using Google Apps Script

I'm trying to append data from one BigQuery table to another through Apps script. The job seems to insert successfully but then gets stuck in a "running" state. There doesn't seem to be any errors ...
0
votes
1answer
353 views

Run Google Apps Script Function via API

I have a few Google documents; some are normal Docs, some are Google Scripts. When I'm logged in with my account, I can run one of my scripts manually, that interacts with my Docs (it opens an ...
0
votes
1answer
51 views

getEditors() getOwners()

can i get editors & authors of all the pages of site separately from Apps Script. I want to do it because I am using Page Level Permissions for pages. So seperate pages have seperate owners & ...
0
votes
0answers
58 views

Can a Google Apps Script copy another apps script?

If I own two Google Apps Scripts, is there currently a way for me to have one create a copy of the other? I can create copies of documents and sites with scripts, but can I create copies of Scripts ...
0
votes
0answers
204 views

Client handler Regex validators in Google Apps Script

I am coding a extended UI web form in GAS. I have several controls there. I have added client handlers to validate the input on the text box. However, when I try to use validateMatches and ...
0
votes
1answer
71 views

Issues with getRoot Google Apps Script

I am having problems deploying a script as a web app. Here is the extremely simplified version of what I want to accomplish. function doGet (e) { var userRoot = DocsList.getRootFolder(); var ...
1
vote
1answer
925 views

Add BCC email address to gmail mail merge script

Romain Vialard and labnol did a great job with the scripting for a mail merge for gmail: http://www.labnol.org/internet/personalized-mail-merge-in-gmail/20981 The script lets you indicate whether or ...
0
votes
1answer
55 views

Google Apps Script - Combining Firstname and Lastnames to get emails

I'd like to combine the firstname and lastname in my spreadsheet and get unique email ids with it, also concatenating it with a dot(.) , an example is john.harris@unixxx.com Also i realised that if ...
1
vote
4answers
3k views

Another doGet() issue with Google Apps Script - “Unknown macro doGet” error

I'am obviously new to Google Apps Script, nevertheless I have some experience in coding in C, PHP and Java. Since we would like to create a small CRM in our company with Google Apps Script, we need to ...
1
vote
2answers
514 views

Is it possible to use Google Apps Script to send a text message when a missed call is received?

Just posted this in the Google Voice forums, but I was wondering if it was possible to use Google Apps Scripts to go out and check my Google Voice Inbox for any unread missed calls and send myself a ...
0
votes
0answers
480 views

Google Apps Script getactiverange() getactivecell() getrow() always return cell A1 after submit from panel

I have some scripting which always worked fine, and recently copied this script into a new clean spreadsheet. See code below. It uses UiApp and builds a vertical panel with radio buttons and a submit ...
1
vote
0answers
145 views

Google Apps Script Server Error Occurred clicking submit - occurs suddenly without script changes

Our spreadsheet scripts have not changed in 3 months. As of yesterday we get the error "Error encountered: we're sorry a server error occurred Please wait a bit and try again" when clicking the ...
0
votes
2answers
65 views

Capture Google Account used to access a Google site from within a GAS

I have a Google site that has a Google script UI that accesses a Google Spreadsheet. I would like for the Google Script to access a different spreadsheet based on the Google account that was utilized ...
0
votes
1answer
440 views

Adding domain user to Organisation Unit using Google Apps script

I'm trying to add a user (newly created) to a specific org unit in my Google Apps domain, but I can't seem to find any documentation or examples on this. Is this even possible? Perhaps through the use ...
0
votes
1answer
318 views

Lock Service and Script Properties in Google Apps Script

I am writing a code on Google Apps Script. I need to give an unique number for each user. At first, I wrote some code with tryLock and ScriptProperties class. It gave the same number for several ...
0
votes
0answers
240 views

google apps script mail attachment malformed when downloaded

Good morning, using google apps script library to parse incoming gmail messages with attachments I'm having a strange behaviour in case of ms-excel files. Normallly the script inviokes the BLOBL ...
0
votes
2answers
385 views

Google apps script: urlfetchapp - service invoked too many times

I have a google spreadsheet which calls in many cells a user specific function. This function fetches 3-4 specific relatively short web pages and parses them. The pages change only once a day, but I ...