0% found this document useful (0 votes)
4 views1 page

Problem Statements

The document outlines a series of tasks to be accomplished using Google Apps Script, including creating a custom menu in Google Sheets for data management, developing a form for event scheduling in Google Calendar, and implementing a bulk email sender. Additionally, it describes the creation of a QR code generator and reader, as well as a user registration form that sends notifications to both HR and the user. Each task emphasizes automation and integration within Google Sheets and other Google services.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Problem Statements

The document outlines a series of tasks to be accomplished using Google Apps Script, including creating a custom menu in Google Sheets for data management, developing a form for event scheduling in Google Calendar, and implementing a bulk email sender. Additionally, it describes the creation of a QR code generator and reader, as well as a user registration form that sends notifications to both HR and the user. Each task emphasizes automation and integration within Google Sheets and other Google services.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

Develop a Google Sheet custom menu which does Clear data, fomat cells and generate report
using appscript

2. Make a form which is linked with the appscript which make the event schedule in the google
calendar

3. Make a BULK email sender. (emails are written in a row in a sheet and using appscript it should
read the email and send the mail, the body and subject should be decided at runtime).

4. Qr code generator using google sheet and appscript. The data written in the rowns of the sheet
should be embedded in a QR code. (note if there is no element in a cell then it should store NULL
and also we can enter any number of data in the colums)

5. Develop using appscript to read the qr code generated in above (should be read using the camara)

6.develop a form which takes data from the user and store in the excel sheet and the data provided
by the user is sent to the fixed email (HR) informing that the new user has registered and also it
should send the acknowledgement to the user.

You might also like