Skip to content

Instantly share code, notes, and snippets.

View alexkadis's full-sized avatar

Alex Kadis alexkadis

View GitHub Profile
@alexkadis
alexkadis / Email Affiliated Contacts by Matt Horine
Last active May 15, 2017 19:59 — forked from mdhorine/Email Affiliated Contacts
Email Affiliated Contacts button for use with Salesforce NPSP
/**************************************************
/ Button: Email Affiliated Contacts /
/ Author: Matt Horine /
/ Client: Step Up to Serve /
/ Date: 28 January 2015 /
/ /
/ Description: Button on Affiliated Contacts /
/ related list to allow selection and email of /
/ affiliated contacts from the Account Page in /
/ the same way the Send an Email button allows /
@alexkadis
alexkadis / google_form_to_calendar_script.gs.js
Last active July 14, 2021 07:20 — forked from woodwardtw/gform_to_calendar_script.js
Google Script: Google Form > Google Sheets > Google Calendar
/**
* Adds a custom menu to the active spreadsheet, containing a single menu item
* for invoking the exportEvents() function.
* The onOpen() function, when defined, is automatically invoked whenever the
* spreadsheet is opened.
* For more information on using the Spreadsheet API, see
* https://developers.google.com/apps-script/service_spreadsheet
* FROM: https://stackoverflow.com/questions/15788897/create-google-calendar-events-from-spreadsheet-but-prevent-duplicates
*/
function onOpen() {