Skip to content

TheDayAhead is a Google Apps Script that reads your calendar and builds a list of events for the day as well as a list of events you have not responded to yet, and reads a pre-defined list of news feeds, all of which are delivered to your Gmail inbox.

Notifications You must be signed in to change notification settings

joemarini/TheDayAhead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

TheDayAhead

TheDayAhead is a Google Apps Script that summarizes your upcoming day's events, events that you have not responded to, along with a set of news feeds that you regularly read, and delivers that summary to your inbox automatically.

Summary

The deliverNews() function in the script is the main entry point. This script compiles information from the day's calendar and reads a predefined set of RSS feeds. You can also supply a list of keywords that the script will scan the feed headlines for and use to build a Top Stories list.

Note: to use the script you must enable the Calendar API in both your Apps Script IDE and in the Google Developer console. There is a link to the developer console in the dialog that enables the Calendar API in the Apps Script editor. Select Resources -> Advanced Services, then enable Calendar.

APIs Used

About

TheDayAhead is a Google Apps Script that reads your calendar and builds a list of events for the day as well as a list of events you have not responded to yet, and reads a pre-defined list of news feeds, all of which are delivered to your Gmail inbox.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published