Skip to content

derlemue/UtilApp-Event

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UtilApp-Event

/////////////////////////////////////////////////////////////////////////////////////
//
//	UtilApp | Google App Scripts for Roche F&E Service Penzberg | RC0
//	---------------------------------------------------------------
//	|- UtilApp-Event 
//	|- gets vars, parses and sends Email from given Google Sheet
//
/////////////////////////////////////////////////////////////////////////////////////
//
//	repository folder and files tree:
//
//	derlemue/UtilApp-Event
//	|-- .gitignore
//	|-- LICENSE
//	|-- README.md
//	|-- calc_duration.gs
//	|-- send_email.gs
//	|-- email_text.html
//
/////////////////////////////////////////////////////////////////////////////////////
//
//	folder and file descriptions:
//
//	/.gitignore
//	| Info:
//	| contains files to be ignored by git push
//
//	/LICENSE
//	| Info:
//	| contains infos about script's licensing
//
//	/README.md
//	| Info:
//	| contains project description (your are here)
//
//	/calc_duration.gs
//	| Info:
//	| script to calculate duration between to
//	| timestamps from given Google Sheet.
//	| Dependencies:
//	|	Google Sheet (external)
//
//	/send_email.gs
//	| Info:
//	| script to get content from given Google Sheet,
//	| parse HTML Email body and send to multiple given
//	| recipient lists sourced in google sheet.
//	|
//	| Dependencies:
//	| Google Sheet (external)
//	| calc_duration.gs
//	| email_text.html (internal)
//
//
//	/email_text.html
//	| Info:
//	| contains HTML Email body and variables to get
//	| Email parsed by send_email.gs
//	|
//	| Dependencies:
//	| calc_duration.gs
//	|
//	| Source for:
//	| send_email.gs
//
/////////////////////////////////////////////////////////////////////////////////////
//
//	by T. Ledermueller (derlemue.com) | License: GNU GPL-3.0
//
/////////////////////////////////////////////////////////////////////////////////////

About

GAS Scripts for UtilApp-Event

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published