タグ

gasに関するauientのブックマーク (6)

  • Google Apps ScriptsでTypescriptが超簡単に使えるようになった! - アクトインディ開発者ブログ


    morishita Cloud Functions (?)Google  JavaScript  Google Apps ScriptsGAS GAS  Excel VB   使GAS使 GAS  Typescript  google/clasp  GAS  Web  VCS Google
    Google Apps ScriptsでTypescriptが超簡単に使えるようになった! - アクトインディ開発者ブログ
  • 【GAS】休日・祝日を判定する関数 - Qiita

    function isHoliday(){ var today = new Date(); //土日か判定 var weekInt = today.getDay(); if(weekInt <= 0 || 6 <= weekInt){ return true; } //祝日か判定 var calendarId = "ja.japanese#holiday@group.v.calendar.google.com"; var calendar = CalendarApp.getCalendarById(calendarId); var todayEvents = calendar.getEventsForDay(today); if(todayEvents.length > 0){ return true; } return false; } タイムゾーンが JST にならない場合は appl

    【GAS】休日・祝日を判定する関数 - Qiita
    auient
    auient 2018/02/05
  • Google Apps Scriptの開発をモダンに行う方法 - Speee DEVELOPER BLOG


    Speee SpeeeGoogle Apps Script( GAS) GAS便使 Google Apps Script Google Apps ScriptGoogle Web GAS SpeeeGAS使 Slack  Speee使 G
    Google Apps Scriptの開発をモダンに行う方法 - Speee DEVELOPER BLOG
    auient
    auient 2018/02/03
  • ChatWorkのOAuthをGoogle Apps Scriptで使う - Chatwork Creator's Note


    @kyo_ago ChatWorkOAuth ChatWorkOAuthGoogle Apps ScriptGAS使 ChatWorkTokenAPIOAuth blog-ja.chatwork.com TokenTokenAPIOAuthOAuthAPI GASOAuth ChatWorkOAuth ChatWorkAPIOAuth https://www.c
    ChatWorkのOAuthをGoogle Apps Scriptで使う - Chatwork Creator's Note
  • Google Apps Script開発をもうちょっとモダンにしてみる


    1 CI/CD  Node.js  Google  stub/mock CoffeeScript  ES2015  調使 Codegs  Node.js 1 build  gas upload  GAS  Git  module  GAS build  GAS 
    auient
    auient 2017/06/19
  • SlackとGASを使って会社のお弁当発注を自動化した話 - Qiita

    こちらの内容は第一回 MAMORIO Meetupで発表した内容をまとめたものです。 背景 弊社ではお弁当が必要な人は前日に注文しておけば、会社が無料で提供してくれる福利厚生があります。(素晴らしいですね ) ちょうど会社の近くに安くて美味しいお弁当屋さんがあり、配達もしてくれるのですが、この注文先のお弁当屋さんは電話かFAXでしか注文を受け付けておらず、誰かが毎日集計して朝お弁当屋さんに注文する必要がありかなり面倒です。 具体的には以下のような作業が毎日必要になります。 集計 呼びかけ: 明日誰がお弁当が必要か聞く リマインド: 集計時に忙しくてすぐ答えてくれない人もいるので未回答の人に対してリマインドする キャンセル: 集計したもののやっぱりキャンセルとなった場合はその分を差し引く 確定&発注: 集計した個数を電話あるいはFaxで発注する この作業を毎日人がやっているようでは、弊社の様

    SlackとGASを使って会社のお弁当発注を自動化した話 - Qiita
    auient
    auient 2017/05/01
  • 1