vespexx / B-days-notifications-with-Age-by-Google-Apps-Script

Add Google Calendar with Birthdays with Year value and pre-notification - by Google Scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Scripts Samples

This repo is a fork of https://github.com/empenoso/Google-Apps-Script.


Scripts in the repo:

  • scripts/calendar/Age of your contacts.gs - scans your Google Contacts list and for those contacts which have date of birthday specified creates new event in your Google Calendar. How to use:

    a. Create new calendar. In our case it's Autogen birthdays (once it's created you can configure this calendar default settings like notifications)

    b. Install Google Apps Script (if not done yet)

    c. Create script in Google Docs and paste the content of scripts/calendar/Age of your contacts.gs into it.

    d. Save the script and run contactAge2Calendar function.

    e. Google will request to grant rights for your application (for Google Calendar, Contacts and GMail).

    f. Confirm and run scheduleNextAppLaunch. Every Sunday night the script will automatically scan your contacts and update your calendar.


Ilya Avdeev

About

Add Google Calendar with Birthdays with Year value and pre-notification - by Google Scripts

License:MIT License


Languages

Language:JavaScript 100.0%