Giter Site home page Giter Site logo

meet's Introduction

Schedule regularly occuring meetings via GitHub Issue

test js-standard-style

Schedule meetings via a GitHub Action. Creates issues based on a schedule and template.

This repository is managed by the Package Maintenance Working Group, see Governance.

Usage

name: Schedule team meetings
on:
  schedule:
    - cron: '0 0 * * * *'
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: pkgjs/meet@v0
      with:
        token: ${{ secrets.GITHUB_TOKEN }}
        schedules: 2020-04-02T17:00:00.0Z/P1D

Inputs

The meeting schedule, issue, etc can be configured with inouts to this action.

  • token: (required) The token from the action for calling to the GitHub API.
  • schedules: (required) The ISO-8601 interval for the schedule. Default: ${now/P7D} seven days from now
  • createWithin: (required) The ISO-8601 duration for how soon before the meeting to create the issue. Default P7D
  • meetingLabels: The labels to apply to issues generated by this GitHub Action for meetings. Default: meeting
  • agendaLabel: Label to pull the agenda from. Default: meeting-agenda
  • issueTitle: Template string for issue title. Default: Meeting <%= date.toFormat('yyyy-MM-dd') %>
  • issueTemplate: The name of the issue template found in .github/ISSUE_TEMPLATE. Default: meeting.md

Default Issue Template

The default issue template can be seen in the ISSUE_TEMPLATES directory, as meeting.md. Additionally, you can find example issues of the latest version via the closed issues that are the result of CI tests.

Our default template is based off of the Node.js project's practices around meetings, but changes and enhancements are welcome.

Custom Issue Templates

If you don't want to use the default issue template, you can use a custom issue template by passing in the file name of it (presuming it lives in ISSUE_TEMPLATES).

You can use both our shorthand and JavaScript in your meeting templates.

Shorthand in Your Custom Meeting Templates

We provide some shorthand that you can use in your meeting templates. We'll automatically replace the shorthand with the relevant dynamic information.

  • Title:
    • Shorthand: <!-- title -->
    • Result: The issue's title.
  • Agenda Label:
    • Shorthand: <!-- agenda label -->
    • Result: The label for agenda items to be pulled from that you've defined in the Action's YAML configuration.
  • Invitees:
    • Shorthand: <!-- invitees -->
    • Result: The list of invitees you've defined in the Action's YAML configuration.
  • Observers:
    • Shorthand: <!-- observers -->
    • Result: The list of observers you've defined in the Action's YAML configuration.

If you'd like to see more shorthand available, we absolutely welcome PRs.

JavaScript in Your Custom Meeting Templates

You can include custom JavaScript in your custom meeting templates. We use ejs, so anything within an ejs tag will be parsed as JavaScript.

JS API Usage

The main logic of the module is also published to npm.

$ npm i @pkgjs/meet
const maker = require('@pkgjs/meet')

;(async () => {
  const issue = await maker.meetings.createNextMeeting(client, {
    owner: 'pkgjs',
    repo: 'meet',
    schedules: []
  })
  console.log(issue) // the response from the GitHub api creating the issue
})()

Contributing

This package welcomes contributions. While the basic unit tests are runnable (npm t) Unfortunatly because it is requires access to the GitHub api it means you need to have a token with access to create the issues as part of the integration tests. To specify the key you need to create a personal access token and put it in a .env file as GITHUB_TOKEN=<TOKEN>. Then you can run npm run test:integration to run the main integration tests. To be honest this should probably be configurable, contributions welcome.

meet's People

Contributors

bnb avatar dependabot[bot] avatar dereknongeneric avatar dominykas avatar eomm avatar mmarchini avatar wesleytodd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

meet's Issues

Test Meeting 2020-08-04

Date/Time

Timezone Date/Time
America/Los_Angeles Tue 04-Aug-2020 10:00 (10:00 AM)
America/Denver Tue 04-Aug-2020 11:00 (11:00 AM)
America/Chicago Tue 04-Aug-2020 12:00 (12:00 PM)
America/New_York Tue 04-Aug-2020 13:00 (01:00 PM)
Europe/London Tue 04-Aug-2020 18:00 (06:00 PM)
Europe/Amsterdam Tue 04-Aug-2020 19:00 (07:00 PM)
Europe/Moscow Tue 04-Aug-2020 20:00 (08:00 PM)
Asia/Kolkata Tue 04-Aug-2020 22:30 (10:30 PM)
Asia/Shanghai Wed 05-Aug-2020 01:00 (01:00 AM)
Asia/Tokyo Wed 05-Aug-2020 02:00 (02:00 AM)
Australia/Sydney Wed 05-Aug-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-04-20

Date/Time

Timezone Date/Time
America/Los_Angeles Mon 20-Apr-2020 10:00 (10:00 AM)
America/Denver Mon 20-Apr-2020 11:00 (11:00 AM)
America/Chicago Mon 20-Apr-2020 12:00 (12:00 PM)
America/New_York Mon 20-Apr-2020 13:00 (01:00 PM)
Europe/London Mon 20-Apr-2020 18:00 (06:00 PM)
Europe/Amsterdam Mon 20-Apr-2020 19:00 (07:00 PM)
Europe/Moscow Mon 20-Apr-2020 20:00 (08:00 PM)
Asia/Kolkata Mon 20-Apr-2020 22:30 (10:30 PM)
Asia/Shanghai Tue 21-Apr-2020 01:00 (01:00 AM)
Asia/Tokyo Tue 21-Apr-2020 02:00 (02:00 AM)
Australia/Sydney Tue 21-Apr-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-04-20

Date/Time

Timezone Date/Time
America/Los_Angeles Mon 20-Apr-2020 10:00 (10:00 AM)
America/Denver Mon 20-Apr-2020 11:00 (11:00 AM)
America/Chicago Mon 20-Apr-2020 12:00 (12:00 PM)
America/New_York Mon 20-Apr-2020 13:00 (01:00 PM)
Europe/London Mon 20-Apr-2020 18:00 (06:00 PM)
Europe/Amsterdam Mon 20-Apr-2020 19:00 (07:00 PM)
Europe/Moscow Mon 20-Apr-2020 20:00 (08:00 PM)
Asia/Kolkata Mon 20-Apr-2020 22:30 (10:30 PM)
Asia/Shanghai Tue 21-Apr-2020 01:00 (01:00 AM)
Asia/Tokyo Tue 21-Apr-2020 02:00 (02:00 AM)
Australia/Sydney Tue 21-Apr-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-10-29

Date/Time

Timezone Date/Time
America/Los_Angeles Thu 29-Oct-2020 10:00 (10:00 AM)
America/Denver Thu 29-Oct-2020 11:00 (11:00 AM)
America/Chicago Thu 29-Oct-2020 12:00 (12:00 PM)
America/New_York Thu 29-Oct-2020 13:00 (01:00 PM)
Europe/London Thu 29-Oct-2020 17:00 (05:00 PM)
Europe/Amsterdam Thu 29-Oct-2020 18:00 (06:00 PM)
Europe/Moscow Thu 29-Oct-2020 20:00 (08:00 PM)
Asia/Kolkata Thu 29-Oct-2020 22:30 (10:30 PM)
Asia/Shanghai Fri 30-Oct-2020 01:00 (01:00 AM)
Asia/Tokyo Fri 30-Oct-2020 02:00 (02:00 AM)
Australia/Sydney Fri 30-Oct-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Add skipping functionality

In the CommComm, @mhdawson noted that the TSC skips their meetings when there's a light agenda. It may be worth adding some kind of functionality that either automatically skips (if less than a user-supplied number of agenda items, create an issue but apply a skip label or something like that) or allows members to manually skip.

ref: nodejs/community-committee#649 (comment)

Test Meeting 2020-04-20

Date/Time

Timezone Date/Time
America/Los_Angeles Mon 20-Apr-2020 10:00 (10:00 AM)
America/Denver Mon 20-Apr-2020 11:00 (11:00 AM)
America/Chicago Mon 20-Apr-2020 12:00 (12:00 PM)
America/New_York Mon 20-Apr-2020 13:00 (01:00 PM)
Europe/London Mon 20-Apr-2020 18:00 (06:00 PM)
Europe/Amsterdam Mon 20-Apr-2020 19:00 (07:00 PM)
Europe/Moscow Mon 20-Apr-2020 20:00 (08:00 PM)
Asia/Kolkata Mon 20-Apr-2020 22:30 (10:30 PM)
Asia/Shanghai Tue 21-Apr-2020 01:00 (01:00 AM)
Asia/Tokyo Tue 21-Apr-2020 02:00 (02:00 AM)
Australia/Sydney Tue 21-Apr-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-04-30

Date/Time

Timezone Date/Time
America/Los_Angeles Thu 30-Apr-2020 10:00 (10:00 AM)
America/Denver Thu 30-Apr-2020 11:00 (11:00 AM)
America/Chicago Thu 30-Apr-2020 12:00 (12:00 PM)
America/New_York Thu 30-Apr-2020 13:00 (01:00 PM)
Europe/London Thu 30-Apr-2020 18:00 (06:00 PM)
Europe/Amsterdam Thu 30-Apr-2020 19:00 (07:00 PM)
Europe/Moscow Thu 30-Apr-2020 20:00 (08:00 PM)
Asia/Kolkata Thu 30-Apr-2020 22:30 (10:30 PM)
Asia/Shanghai Fri 01-May-2020 01:00 (01:00 AM)
Asia/Tokyo Fri 01-May-2020 02:00 (02:00 AM)
Australia/Sydney Fri 01-May-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-07-16

Date/Time

Timezone Date/Time
America/Los_Angeles Thu 16-Jul-2020 10:00 (10:00 AM)
America/Denver Thu 16-Jul-2020 11:00 (11:00 AM)
America/Chicago Thu 16-Jul-2020 12:00 (12:00 PM)
America/New_York Thu 16-Jul-2020 13:00 (01:00 PM)
Europe/London Thu 16-Jul-2020 18:00 (06:00 PM)
Europe/Amsterdam Thu 16-Jul-2020 19:00 (07:00 PM)
Europe/Moscow Thu 16-Jul-2020 20:00 (08:00 PM)
Asia/Kolkata Thu 16-Jul-2020 22:30 (10:30 PM)
Asia/Shanghai Fri 17-Jul-2020 01:00 (01:00 AM)
Asia/Tokyo Fri 17-Jul-2020 02:00 (02:00 AM)
Australia/Sydney Fri 17-Jul-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-10-27

Date/Time

Timezone Date/Time
America/Los_Angeles Tue 27-Oct-2020 10:00 (10:00 AM)
America/Denver Tue 27-Oct-2020 11:00 (11:00 AM)
America/Chicago Tue 27-Oct-2020 12:00 (12:00 PM)
America/New_York Tue 27-Oct-2020 13:00 (01:00 PM)
Europe/London Tue 27-Oct-2020 17:00 (05:00 PM)
Europe/Amsterdam Tue 27-Oct-2020 18:00 (06:00 PM)
Europe/Moscow Tue 27-Oct-2020 20:00 (08:00 PM)
Asia/Kolkata Tue 27-Oct-2020 22:30 (10:30 PM)
Asia/Shanghai Wed 28-Oct-2020 01:00 (01:00 AM)
Asia/Tokyo Wed 28-Oct-2020 02:00 (02:00 AM)
Australia/Sydney Wed 28-Oct-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-11-20

Date/Time

Timezone Date/Time
America/Los_Angeles Fri 20-Nov-2020 09:00 (09:00 AM)
America/Denver Fri 20-Nov-2020 10:00 (10:00 AM)
America/Chicago Fri 20-Nov-2020 11:00 (11:00 AM)
America/New_York Fri 20-Nov-2020 12:00 (12:00 PM)
Europe/London Fri 20-Nov-2020 17:00 (05:00 PM)
Europe/Amsterdam Fri 20-Nov-2020 18:00 (06:00 PM)
Europe/Moscow Fri 20-Nov-2020 20:00 (08:00 PM)
Asia/Kolkata Fri 20-Nov-2020 22:30 (10:30 PM)
Asia/Shanghai Sat 21-Nov-2020 01:00 (01:00 AM)
Asia/Tokyo Sat 21-Nov-2020 02:00 (02:00 AM)
Australia/Sydney Sat 21-Nov-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

  • This issue should always be open #58

Links

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-11-19

Date/Time

Timezone Date/Time
America/Los_Angeles Thu 19-Nov-2020 09:00 (09:00 AM)
America/Denver Thu 19-Nov-2020 10:00 (10:00 AM)
America/Chicago Thu 19-Nov-2020 11:00 (11:00 AM)
America/New_York Thu 19-Nov-2020 12:00 (12:00 PM)
Europe/London Thu 19-Nov-2020 17:00 (05:00 PM)
Europe/Amsterdam Thu 19-Nov-2020 18:00 (06:00 PM)
Europe/Moscow Thu 19-Nov-2020 20:00 (08:00 PM)
Asia/Kolkata Thu 19-Nov-2020 22:30 (10:30 PM)
Asia/Shanghai Fri 20-Nov-2020 01:00 (01:00 AM)
Asia/Tokyo Fri 20-Nov-2020 02:00 (02:00 AM)
Australia/Sydney Fri 20-Nov-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

feature request: automatically PR meeting minutes once meeting has concluded

At present there's several manual steps of automatically PR'ing in the meeting minutes. Need to copy from Google Docs, create a new file in the repo with the correct title structure (currently, most repos use the date of the meeting as the filename) in the correct directory, and submit a PR. This is a process that unnecessarily uses human time that could be used elsewhere for more productive things.

It would be excellent if meet could automatically PR any meeting minutes for meetings that have already completed but have not yet been PR'ed.

Test Meeting 2020-10-29

Date/Time

Timezone Date/Time
America/Los_Angeles Thu 29-Oct-2020 10:00 (10:00 AM)
America/Denver Thu 29-Oct-2020 11:00 (11:00 AM)
America/Chicago Thu 29-Oct-2020 12:00 (12:00 PM)
America/New_York Thu 29-Oct-2020 13:00 (01:00 PM)
Europe/London Thu 29-Oct-2020 17:00 (05:00 PM)
Europe/Amsterdam Thu 29-Oct-2020 18:00 (06:00 PM)
Europe/Moscow Thu 29-Oct-2020 20:00 (08:00 PM)
Asia/Kolkata Thu 29-Oct-2020 22:30 (10:30 PM)
Asia/Shanghai Fri 30-Oct-2020 01:00 (01:00 AM)
Asia/Tokyo Fri 30-Oct-2020 02:00 (02:00 AM)
Australia/Sydney Fri 30-Oct-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-11-20

Date/Time

Timezone Date/Time
America/Los_Angeles Fri 20-Nov-2020 09:00 (09:00 AM)
America/Denver Fri 20-Nov-2020 10:00 (10:00 AM)
America/Chicago Fri 20-Nov-2020 11:00 (11:00 AM)
America/New_York Fri 20-Nov-2020 12:00 (12:00 PM)
Europe/London Fri 20-Nov-2020 17:00 (05:00 PM)
Europe/Amsterdam Fri 20-Nov-2020 18:00 (06:00 PM)
Europe/Moscow Fri 20-Nov-2020 20:00 (08:00 PM)
Asia/Kolkata Fri 20-Nov-2020 22:30 (10:30 PM)
Asia/Shanghai Sat 21-Nov-2020 01:00 (01:00 AM)
Asia/Tokyo Sat 21-Nov-2020 02:00 (02:00 AM)
Australia/Sydney Sat 21-Nov-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-10-29

Date/Time

Timezone Date/Time
America/Los_Angeles Thu 29-Oct-2020 10:00 (10:00 AM)
America/Denver Thu 29-Oct-2020 11:00 (11:00 AM)
America/Chicago Thu 29-Oct-2020 12:00 (12:00 PM)
America/New_York Thu 29-Oct-2020 13:00 (01:00 PM)
Europe/London Thu 29-Oct-2020 17:00 (05:00 PM)
Europe/Amsterdam Thu 29-Oct-2020 18:00 (06:00 PM)
Europe/Moscow Thu 29-Oct-2020 20:00 (08:00 PM)
Asia/Kolkata Thu 29-Oct-2020 22:30 (10:30 PM)
Asia/Shanghai Fri 30-Oct-2020 01:00 (01:00 AM)
Asia/Tokyo Fri 30-Oct-2020 02:00 (02:00 AM)
Australia/Sydney Fri 30-Oct-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-11-20

Date/Time

Timezone Date/Time
America/Los_Angeles Fri 20-Nov-2020 09:00 (09:00 AM)
America/Denver Fri 20-Nov-2020 10:00 (10:00 AM)
America/Chicago Fri 20-Nov-2020 11:00 (11:00 AM)
America/New_York Fri 20-Nov-2020 12:00 (12:00 PM)
Europe/London Fri 20-Nov-2020 17:00 (05:00 PM)
Europe/Amsterdam Fri 20-Nov-2020 18:00 (06:00 PM)
Europe/Moscow Fri 20-Nov-2020 20:00 (08:00 PM)
Asia/Kolkata Fri 20-Nov-2020 22:30 (10:30 PM)
Asia/Shanghai Sat 21-Nov-2020 01:00 (01:00 AM)
Asia/Tokyo Sat 21-Nov-2020 02:00 (02:00 AM)
Australia/Sydney Sat 21-Nov-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

  • This issue should always be open #58

Links

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-08-04

Date/Time

Timezone Date/Time
America/Los_Angeles Tue 04-Aug-2020 10:00 (10:00 AM)
America/Denver Tue 04-Aug-2020 11:00 (11:00 AM)
America/Chicago Tue 04-Aug-2020 12:00 (12:00 PM)
America/New_York Tue 04-Aug-2020 13:00 (01:00 PM)
Europe/London Tue 04-Aug-2020 18:00 (06:00 PM)
Europe/Amsterdam Tue 04-Aug-2020 19:00 (07:00 PM)
Europe/Moscow Tue 04-Aug-2020 20:00 (08:00 PM)
Asia/Kolkata Tue 04-Aug-2020 22:30 (10:30 PM)
Asia/Shanghai Wed 05-Aug-2020 01:00 (01:00 AM)
Asia/Tokyo Wed 05-Aug-2020 02:00 (02:00 AM)
Australia/Sydney Wed 05-Aug-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-11-20

Date/Time

Timezone Date/Time
America/Los_Angeles Fri 20-Nov-2020 09:00 (09:00 AM)
America/Denver Fri 20-Nov-2020 10:00 (10:00 AM)
America/Chicago Fri 20-Nov-2020 11:00 (11:00 AM)
America/New_York Fri 20-Nov-2020 12:00 (12:00 PM)
Europe/London Fri 20-Nov-2020 17:00 (05:00 PM)
Europe/Amsterdam Fri 20-Nov-2020 18:00 (06:00 PM)
Europe/Moscow Fri 20-Nov-2020 20:00 (08:00 PM)
Asia/Kolkata Fri 20-Nov-2020 22:30 (10:30 PM)
Asia/Shanghai Sat 21-Nov-2020 01:00 (01:00 AM)
Asia/Tokyo Sat 21-Nov-2020 02:00 (02:00 AM)
Australia/Sydney Sat 21-Nov-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

  • This issue should always be open #58

Links

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-04-20

Date/Time

Timezone Date/Time
America/Los_Angeles Mon 20-Apr-2020 10:00 (10:00 AM)
America/Denver Mon 20-Apr-2020 11:00 (11:00 AM)
America/Chicago Mon 20-Apr-2020 12:00 (12:00 PM)
America/New_York Mon 20-Apr-2020 13:00 (01:00 PM)
Europe/London Mon 20-Apr-2020 18:00 (06:00 PM)
Europe/Amsterdam Mon 20-Apr-2020 19:00 (07:00 PM)
Europe/Moscow Mon 20-Apr-2020 20:00 (08:00 PM)
Asia/Kolkata Mon 20-Apr-2020 22:30 (10:30 PM)
Asia/Shanghai Tue 21-Apr-2020 01:00 (01:00 AM)
Asia/Tokyo Tue 21-Apr-2020 02:00 (02:00 AM)
Australia/Sydney Tue 21-Apr-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-07-20

Date/Time

Timezone Date/Time
America/Los_Angeles Mon 20-Jul-2020 10:00 (10:00 AM)
America/Denver Mon 20-Jul-2020 11:00 (11:00 AM)
America/Chicago Mon 20-Jul-2020 12:00 (12:00 PM)
America/New_York Mon 20-Jul-2020 13:00 (01:00 PM)
Europe/London Mon 20-Jul-2020 18:00 (06:00 PM)
Europe/Amsterdam Mon 20-Jul-2020 19:00 (07:00 PM)
Europe/Moscow Mon 20-Jul-2020 20:00 (08:00 PM)
Asia/Kolkata Mon 20-Jul-2020 22:30 (10:30 PM)
Asia/Shanghai Tue 21-Jul-2020 01:00 (01:00 AM)
Asia/Tokyo Tue 21-Jul-2020 02:00 (02:00 AM)
Australia/Sydney Tue 21-Jul-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-10-10

Date/Time

Timezone Date/Time
America/Los_Angeles Sat 10-Oct-2020 10:00 (10:00 AM)
America/Denver Sat 10-Oct-2020 11:00 (11:00 AM)
America/Chicago Sat 10-Oct-2020 12:00 (12:00 PM)
America/New_York Sat 10-Oct-2020 13:00 (01:00 PM)
Europe/London Sat 10-Oct-2020 18:00 (06:00 PM)
Europe/Amsterdam Sat 10-Oct-2020 19:00 (07:00 PM)
Europe/Moscow Sat 10-Oct-2020 20:00 (08:00 PM)
Asia/Kolkata Sat 10-Oct-2020 22:30 (10:30 PM)
Asia/Shanghai Sun 11-Oct-2020 01:00 (01:00 AM)
Asia/Tokyo Sun 11-Oct-2020 02:00 (02:00 AM)
Australia/Sydney Sun 11-Oct-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

  • feat: change labels to meetingLabel for clarity #39
  • fix: flip 'issueTitle' to true as a required config #37
  • chore(deps): bump @actions/core from 1.2.3 to 1.2.6 #34
  • chore(deps): bump node-fetch from 2.6.0 to 2.6.1 #32
  • feat: create notes using HackMD #30
  • List issues by label for an entire org #29
  • Fetch date from Google Calendar instead of manually set in Action #26
  • build(deps): bump lodash from 4.17.15 to 4.17.19 #24
  • test: add deletion of node_modules when a PR is merged #15
  • Enable release bundling on PR branches #14
  • build(deps): bump @actions/http-client from 1.0.7 to 1.0.8 #12
  • feature request: automatically PR meeting minutes once meeting has concluded #10

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Enable release bundling on PR branches

Currently it seems that there's no possibility to actually test PRs since the release.yml GitHub Action only runs on release, meaning that node_modules is not included in PR branches. As such, to actually be able to test you need to create a release which seems less than ideal ๐Ÿ˜…

It seems that mirroring that GitHub Action and running it on PRs in branches that aren't master is a potential solution.

Test Meeting 2020-04-20

Date/Time

Timezone Date/Time
America/Los_Angeles Mon 20-Apr-2020 10:00 (10:00 AM)
America/Denver Mon 20-Apr-2020 11:00 (11:00 AM)
America/Chicago Mon 20-Apr-2020 12:00 (12:00 PM)
America/New_York Mon 20-Apr-2020 13:00 (01:00 PM)
Europe/London Mon 20-Apr-2020 18:00 (06:00 PM)
Europe/Amsterdam Mon 20-Apr-2020 19:00 (07:00 PM)
Europe/Moscow Mon 20-Apr-2020 20:00 (08:00 PM)
Asia/Kolkata Mon 20-Apr-2020 22:30 (10:30 PM)
Asia/Shanghai Tue 21-Apr-2020 01:00 (01:00 AM)
Asia/Tokyo Tue 21-Apr-2020 02:00 (02:00 AM)
Australia/Sydney Tue 21-Apr-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-10-29

Date/Time

Timezone Date/Time
America/Los_Angeles Thu 29-Oct-2020 10:00 (10:00 AM)
America/Denver Thu 29-Oct-2020 11:00 (11:00 AM)
America/Chicago Thu 29-Oct-2020 12:00 (12:00 PM)
America/New_York Thu 29-Oct-2020 13:00 (01:00 PM)
Europe/London Thu 29-Oct-2020 17:00 (05:00 PM)
Europe/Amsterdam Thu 29-Oct-2020 18:00 (06:00 PM)
Europe/Moscow Thu 29-Oct-2020 20:00 (08:00 PM)
Asia/Kolkata Thu 29-Oct-2020 22:30 (10:30 PM)
Asia/Shanghai Fri 30-Oct-2020 01:00 (01:00 AM)
Asia/Tokyo Fri 30-Oct-2020 02:00 (02:00 AM)
Australia/Sydney Fri 30-Oct-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-11-20

Date/Time

Timezone Date/Time
America/Los_Angeles Fri 20-Nov-2020 09:00 (09:00 AM)
America/Denver Fri 20-Nov-2020 10:00 (10:00 AM)
America/Chicago Fri 20-Nov-2020 11:00 (11:00 AM)
America/New_York Fri 20-Nov-2020 12:00 (12:00 PM)
Europe/London Fri 20-Nov-2020 17:00 (05:00 PM)
Europe/Amsterdam Fri 20-Nov-2020 18:00 (06:00 PM)
Europe/Moscow Fri 20-Nov-2020 20:00 (08:00 PM)
Asia/Kolkata Fri 20-Nov-2020 22:30 (10:30 PM)
Asia/Shanghai Sat 21-Nov-2020 01:00 (01:00 AM)
Asia/Tokyo Sat 21-Nov-2020 02:00 (02:00 AM)
Australia/Sydney Sat 21-Nov-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

  • This issue should always be open #58

Links

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-11-20

Date/Time

Timezone Date/Time
America/Los_Angeles Fri 20-Nov-2020 09:00 (09:00 AM)
America/Denver Fri 20-Nov-2020 10:00 (10:00 AM)
America/Chicago Fri 20-Nov-2020 11:00 (11:00 AM)
America/New_York Fri 20-Nov-2020 12:00 (12:00 PM)
Europe/London Fri 20-Nov-2020 17:00 (05:00 PM)
Europe/Amsterdam Fri 20-Nov-2020 18:00 (06:00 PM)
Europe/Moscow Fri 20-Nov-2020 20:00 (08:00 PM)
Asia/Kolkata Fri 20-Nov-2020 22:30 (10:30 PM)
Asia/Shanghai Sat 21-Nov-2020 01:00 (01:00 AM)
Asia/Tokyo Sat 21-Nov-2020 02:00 (02:00 AM)
Australia/Sydney Sat 21-Nov-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

  • This issue should always be open #58

Links

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-10-29

Date/Time

Timezone Date/Time
America/Los_Angeles Thu 29-Oct-2020 10:00 (10:00 AM)
America/Denver Thu 29-Oct-2020 11:00 (11:00 AM)
America/Chicago Thu 29-Oct-2020 12:00 (12:00 PM)
America/New_York Thu 29-Oct-2020 13:00 (01:00 PM)
Europe/London Thu 29-Oct-2020 17:00 (05:00 PM)
Europe/Amsterdam Thu 29-Oct-2020 18:00 (06:00 PM)
Europe/Moscow Thu 29-Oct-2020 20:00 (08:00 PM)
Asia/Kolkata Thu 29-Oct-2020 22:30 (10:30 PM)
Asia/Shanghai Fri 30-Oct-2020 01:00 (01:00 AM)
Asia/Tokyo Fri 30-Oct-2020 02:00 (02:00 AM)
Australia/Sydney Fri 30-Oct-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-10-10

Date/Time

Timezone Date/Time
America/Los_Angeles Sat 10-Oct-2020 10:00 (10:00 AM)
America/Denver Sat 10-Oct-2020 11:00 (11:00 AM)
America/Chicago Sat 10-Oct-2020 12:00 (12:00 PM)
America/New_York Sat 10-Oct-2020 13:00 (01:00 PM)
Europe/London Sat 10-Oct-2020 18:00 (06:00 PM)
Europe/Amsterdam Sat 10-Oct-2020 19:00 (07:00 PM)
Europe/Moscow Sat 10-Oct-2020 20:00 (08:00 PM)
Asia/Kolkata Sat 10-Oct-2020 22:30 (10:30 PM)
Asia/Shanghai Sun 11-Oct-2020 01:00 (01:00 AM)
Asia/Tokyo Sun 11-Oct-2020 02:00 (02:00 AM)
Australia/Sydney Sun 11-Oct-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-10-10

Date/Time

Timezone Date/Time
America/Los_Angeles Sat 10-Oct-2020 10:00 (10:00 AM)
America/Denver Sat 10-Oct-2020 11:00 (11:00 AM)
America/Chicago Sat 10-Oct-2020 12:00 (12:00 PM)
America/New_York Sat 10-Oct-2020 13:00 (01:00 PM)
Europe/London Sat 10-Oct-2020 18:00 (06:00 PM)
Europe/Amsterdam Sat 10-Oct-2020 19:00 (07:00 PM)
Europe/Moscow Sat 10-Oct-2020 20:00 (08:00 PM)
Asia/Kolkata Sat 10-Oct-2020 22:30 (10:30 PM)
Asia/Shanghai Sun 11-Oct-2020 01:00 (01:00 AM)
Asia/Tokyo Sun 11-Oct-2020 02:00 (02:00 AM)
Australia/Sydney Sun 11-Oct-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-07-16

Date/Time

Timezone Date/Time
America/Los_Angeles Thu 16-Jul-2020 10:00 (10:00 AM)
America/Denver Thu 16-Jul-2020 11:00 (11:00 AM)
America/Chicago Thu 16-Jul-2020 12:00 (12:00 PM)
America/New_York Thu 16-Jul-2020 13:00 (01:00 PM)
Europe/London Thu 16-Jul-2020 18:00 (06:00 PM)
Europe/Amsterdam Thu 16-Jul-2020 19:00 (07:00 PM)
Europe/Moscow Thu 16-Jul-2020 20:00 (08:00 PM)
Asia/Kolkata Thu 16-Jul-2020 22:30 (10:30 PM)
Asia/Shanghai Fri 17-Jul-2020 01:00 (01:00 AM)
Asia/Tokyo Fri 17-Jul-2020 02:00 (02:00 AM)
Australia/Sydney Fri 17-Jul-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-06-30

Date/Time

Timezone Date/Time
America/Los_Angeles Tue 30-Jun-2020 10:00 (10:00 AM)
America/Denver Tue 30-Jun-2020 11:00 (11:00 AM)
America/Chicago Tue 30-Jun-2020 12:00 (12:00 PM)
America/New_York Tue 30-Jun-2020 13:00 (01:00 PM)
Europe/London Tue 30-Jun-2020 18:00 (06:00 PM)
Europe/Amsterdam Tue 30-Jun-2020 19:00 (07:00 PM)
Europe/Moscow Tue 30-Jun-2020 20:00 (08:00 PM)
Asia/Kolkata Tue 30-Jun-2020 22:30 (10:30 PM)
Asia/Shanghai Wed 01-Jul-2020 01:00 (01:00 AM)
Asia/Tokyo Wed 01-Jul-2020 02:00 (02:00 AM)
Australia/Sydney Wed 01-Jul-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-04-20

Date/Time

Timezone Date/Time
America/Los_Angeles Mon 20-Apr-2020 10:00 (10:00 AM)
America/Denver Mon 20-Apr-2020 11:00 (11:00 AM)
America/Chicago Mon 20-Apr-2020 12:00 (12:00 PM)
America/New_York Mon 20-Apr-2020 13:00 (01:00 PM)
Europe/London Mon 20-Apr-2020 18:00 (06:00 PM)
Europe/Amsterdam Mon 20-Apr-2020 19:00 (07:00 PM)
Europe/Moscow Mon 20-Apr-2020 20:00 (08:00 PM)
Asia/Kolkata Mon 20-Apr-2020 22:30 (10:30 PM)
Asia/Shanghai Tue 21-Apr-2020 01:00 (01:00 AM)
Asia/Tokyo Tue 21-Apr-2020 02:00 (02:00 AM)
Australia/Sydney Tue 21-Apr-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-11-20

Date/Time

Timezone Date/Time
America/Los_Angeles Fri 20-Nov-2020 09:00 (09:00 AM)
America/Denver Fri 20-Nov-2020 10:00 (10:00 AM)
America/Chicago Fri 20-Nov-2020 11:00 (11:00 AM)
America/New_York Fri 20-Nov-2020 12:00 (12:00 PM)
Europe/London Fri 20-Nov-2020 17:00 (05:00 PM)
Europe/Amsterdam Fri 20-Nov-2020 18:00 (06:00 PM)
Europe/Moscow Fri 20-Nov-2020 20:00 (08:00 PM)
Asia/Kolkata Fri 20-Nov-2020 22:30 (10:30 PM)
Asia/Shanghai Sat 21-Nov-2020 01:00 (01:00 AM)
Asia/Tokyo Sat 21-Nov-2020 02:00 (02:00 AM)
Australia/Sydney Sat 21-Nov-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-07-16

Date/Time

Timezone Date/Time
America/Los_Angeles Thu 16-Jul-2020 10:00 (10:00 AM)
America/Denver Thu 16-Jul-2020 11:00 (11:00 AM)
America/Chicago Thu 16-Jul-2020 12:00 (12:00 PM)
America/New_York Thu 16-Jul-2020 13:00 (01:00 PM)
Europe/London Thu 16-Jul-2020 18:00 (06:00 PM)
Europe/Amsterdam Thu 16-Jul-2020 19:00 (07:00 PM)
Europe/Moscow Thu 16-Jul-2020 20:00 (08:00 PM)
Asia/Kolkata Thu 16-Jul-2020 22:30 (10:30 PM)
Asia/Shanghai Fri 17-Jul-2020 01:00 (01:00 AM)
Asia/Tokyo Fri 17-Jul-2020 02:00 (02:00 AM)
Australia/Sydney Fri 17-Jul-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-10-27

Date/Time

Timezone Date/Time
America/Los_Angeles Tue 27-Oct-2020 10:00 (10:00 AM)
America/Denver Tue 27-Oct-2020 11:00 (11:00 AM)
America/Chicago Tue 27-Oct-2020 12:00 (12:00 PM)
America/New_York Tue 27-Oct-2020 13:00 (01:00 PM)
Europe/London Tue 27-Oct-2020 17:00 (05:00 PM)
Europe/Amsterdam Tue 27-Oct-2020 18:00 (06:00 PM)
Europe/Moscow Tue 27-Oct-2020 20:00 (08:00 PM)
Asia/Kolkata Tue 27-Oct-2020 22:30 (10:30 PM)
Asia/Shanghai Wed 28-Oct-2020 01:00 (01:00 AM)
Asia/Tokyo Wed 28-Oct-2020 02:00 (02:00 AM)
Australia/Sydney Wed 28-Oct-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

  • feat: change labels to meetingLabel for clarity #39
  • chore(deps): bump @actions/core from 1.2.3 to 1.2.6 #34
  • chore(deps): bump node-fetch from 2.6.0 to 2.6.1 #32
  • feat: create notes using HackMD #30
  • List issues by label for an entire org #29
  • Fetch date from Google Calendar instead of manually set in Action #26
  • build(deps): bump lodash from 4.17.15 to 4.17.19 #24
  • test: add deletion of node_modules when a PR is merged #15
  • Enable release bundling on PR branches #14
  • build(deps): bump @actions/http-client from 1.0.7 to 1.0.8 #12
  • feature request: automatically PR meeting minutes once meeting has concluded #10

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-08-26

Date/Time

Timezone Date/Time
America/Los_Angeles Wed 26-Aug-2020 10:00 (10:00 AM)
America/Denver Wed 26-Aug-2020 11:00 (11:00 AM)
America/Chicago Wed 26-Aug-2020 12:00 (12:00 PM)
America/New_York Wed 26-Aug-2020 13:00 (01:00 PM)
Europe/London Wed 26-Aug-2020 18:00 (06:00 PM)
Europe/Amsterdam Wed 26-Aug-2020 19:00 (07:00 PM)
Europe/Moscow Wed 26-Aug-2020 20:00 (08:00 PM)
Asia/Kolkata Wed 26-Aug-2020 22:30 (10:30 PM)
Asia/Shanghai Thu 27-Aug-2020 01:00 (01:00 AM)
Asia/Tokyo Thu 27-Aug-2020 02:00 (02:00 AM)
Australia/Sydney Thu 27-Aug-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-10-10

Date/Time

Timezone Date/Time
America/Los_Angeles Sat 10-Oct-2020 10:00 (10:00 AM)
America/Denver Sat 10-Oct-2020 11:00 (11:00 AM)
America/Chicago Sat 10-Oct-2020 12:00 (12:00 PM)
America/New_York Sat 10-Oct-2020 13:00 (01:00 PM)
Europe/London Sat 10-Oct-2020 18:00 (06:00 PM)
Europe/Amsterdam Sat 10-Oct-2020 19:00 (07:00 PM)
Europe/Moscow Sat 10-Oct-2020 20:00 (08:00 PM)
Asia/Kolkata Sat 10-Oct-2020 22:30 (10:30 PM)
Asia/Shanghai Sun 11-Oct-2020 01:00 (01:00 AM)
Asia/Tokyo Sun 11-Oct-2020 02:00 (02:00 AM)
Australia/Sydney Sun 11-Oct-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-11-20

Date/Time

Timezone Date/Time
America/Los_Angeles Fri 20-Nov-2020 09:00 (09:00 AM)
America/Denver Fri 20-Nov-2020 10:00 (10:00 AM)
America/Chicago Fri 20-Nov-2020 11:00 (11:00 AM)
America/New_York Fri 20-Nov-2020 12:00 (12:00 PM)
Europe/London Fri 20-Nov-2020 17:00 (05:00 PM)
Europe/Amsterdam Fri 20-Nov-2020 18:00 (06:00 PM)
Europe/Moscow Fri 20-Nov-2020 20:00 (08:00 PM)
Asia/Kolkata Fri 20-Nov-2020 22:30 (10:30 PM)
Asia/Shanghai Sat 21-Nov-2020 01:00 (01:00 AM)
Asia/Tokyo Sat 21-Nov-2020 02:00 (02:00 AM)
Australia/Sydney Sat 21-Nov-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

  • This issue should always be open #58

Links

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-11-20

Date/Time

Timezone Date/Time
America/Los_Angeles Fri 20-Nov-2020 09:00 (09:00 AM)
America/Denver Fri 20-Nov-2020 10:00 (10:00 AM)
America/Chicago Fri 20-Nov-2020 11:00 (11:00 AM)
America/New_York Fri 20-Nov-2020 12:00 (12:00 PM)
Europe/London Fri 20-Nov-2020 17:00 (05:00 PM)
Europe/Amsterdam Fri 20-Nov-2020 18:00 (06:00 PM)
Europe/Moscow Fri 20-Nov-2020 20:00 (08:00 PM)
Asia/Kolkata Fri 20-Nov-2020 22:30 (10:30 PM)
Asia/Shanghai Sat 21-Nov-2020 01:00 (01:00 AM)
Asia/Tokyo Sat 21-Nov-2020 02:00 (02:00 AM)
Australia/Sydney Sat 21-Nov-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-04-22

Date/Time

Timezone Date/Time
America/Los_Angeles Wed 22-Apr-2020 10:00 (10:00 AM)
America/Denver Wed 22-Apr-2020 11:00 (11:00 AM)
America/Chicago Wed 22-Apr-2020 12:00 (12:00 PM)
America/New_York Wed 22-Apr-2020 13:00 (01:00 PM)
Europe/London Wed 22-Apr-2020 18:00 (06:00 PM)
Europe/Amsterdam Wed 22-Apr-2020 19:00 (07:00 PM)
Europe/Moscow Wed 22-Apr-2020 20:00 (08:00 PM)
Asia/Kolkata Wed 22-Apr-2020 22:30 (10:30 PM)
Asia/Shanghai Thu 23-Apr-2020 01:00 (01:00 AM)
Asia/Tokyo Thu 23-Apr-2020 02:00 (02:00 AM)
Australia/Sydney Thu 23-Apr-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-09-13

Date/Time

Timezone Date/Time
America/Los_Angeles Sun 13-Sep-2020 10:00 (10:00 AM)
America/Denver Sun 13-Sep-2020 11:00 (11:00 AM)
America/Chicago Sun 13-Sep-2020 12:00 (12:00 PM)
America/New_York Sun 13-Sep-2020 13:00 (01:00 PM)
Europe/London Sun 13-Sep-2020 18:00 (06:00 PM)
Europe/Amsterdam Sun 13-Sep-2020 19:00 (07:00 PM)
Europe/Moscow Sun 13-Sep-2020 20:00 (08:00 PM)
Asia/Kolkata Sun 13-Sep-2020 22:30 (10:30 PM)
Asia/Shanghai Mon 14-Sep-2020 01:00 (01:00 AM)
Asia/Tokyo Mon 14-Sep-2020 02:00 (02:00 AM)
Australia/Sydney Mon 14-Sep-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Example in README.md doesn't work

Here's the example usage in the README.md:

const maker = require('@pkgjs/meet')

;(async () => {
  const issue = await maker.meetings.createNextMeeting(client, {
    owner: 'pkgjs',
    repo: 'meet',
    schedules: []
  })
  console.log(issue) // the response from the GitHub api creating the issue
})()

Currently, it fails because client isn't actually defined.

Test Meeting 2020-06-30

Date/Time

Timezone Date/Time
America/Los_Angeles Tue 30-Jun-2020 10:00 (10:00 AM)
America/Denver Tue 30-Jun-2020 11:00 (11:00 AM)
America/Chicago Tue 30-Jun-2020 12:00 (12:00 PM)
America/New_York Tue 30-Jun-2020 13:00 (01:00 PM)
Europe/London Tue 30-Jun-2020 18:00 (06:00 PM)
Europe/Amsterdam Tue 30-Jun-2020 19:00 (07:00 PM)
Europe/Moscow Tue 30-Jun-2020 20:00 (08:00 PM)
Asia/Kolkata Tue 30-Jun-2020 22:30 (10:30 PM)
Asia/Shanghai Wed 01-Jul-2020 01:00 (01:00 AM)
Asia/Tokyo Wed 01-Jul-2020 02:00 (02:00 AM)
Australia/Sydney Wed 01-Jul-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-10-02

Date/Time

Timezone Date/Time
America/Los_Angeles Fri 02-Oct-2020 10:00 (10:00 AM)
America/Denver Fri 02-Oct-2020 11:00 (11:00 AM)
America/Chicago Fri 02-Oct-2020 12:00 (12:00 PM)
America/New_York Fri 02-Oct-2020 13:00 (01:00 PM)
Europe/London Fri 02-Oct-2020 18:00 (06:00 PM)
Europe/Amsterdam Fri 02-Oct-2020 19:00 (07:00 PM)
Europe/Moscow Fri 02-Oct-2020 20:00 (08:00 PM)
Asia/Kolkata Fri 02-Oct-2020 22:30 (10:30 PM)
Asia/Shanghai Sat 03-Oct-2020 01:00 (01:00 AM)
Asia/Tokyo Sat 03-Oct-2020 02:00 (02:00 AM)
Australia/Sydney Sat 03-Oct-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-10-27

Date/Time

Timezone Date/Time
America/Los_Angeles Tue 27-Oct-2020 10:00 (10:00 AM)
America/Denver Tue 27-Oct-2020 11:00 (11:00 AM)
America/Chicago Tue 27-Oct-2020 12:00 (12:00 PM)
America/New_York Tue 27-Oct-2020 13:00 (01:00 PM)
Europe/London Tue 27-Oct-2020 17:00 (05:00 PM)
Europe/Amsterdam Tue 27-Oct-2020 18:00 (06:00 PM)
Europe/Moscow Tue 27-Oct-2020 20:00 (08:00 PM)
Asia/Kolkata Tue 27-Oct-2020 22:30 (10:30 PM)
Asia/Shanghai Wed 28-Oct-2020 01:00 (01:00 AM)
Asia/Tokyo Wed 28-Oct-2020 02:00 (02:00 AM)
Australia/Sydney Wed 28-Oct-2020 04:00 (04:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-06-30

Date/Time

Timezone Date/Time
America/Los_Angeles Tue 30-Jun-2020 10:00 (10:00 AM)
America/Denver Tue 30-Jun-2020 11:00 (11:00 AM)
America/Chicago Tue 30-Jun-2020 12:00 (12:00 PM)
America/New_York Tue 30-Jun-2020 13:00 (01:00 PM)
Europe/London Tue 30-Jun-2020 18:00 (06:00 PM)
Europe/Amsterdam Tue 30-Jun-2020 19:00 (07:00 PM)
Europe/Moscow Tue 30-Jun-2020 20:00 (08:00 PM)
Asia/Kolkata Tue 30-Jun-2020 22:30 (10:30 PM)
Asia/Shanghai Wed 01-Jul-2020 01:00 (01:00 AM)
Asia/Tokyo Wed 01-Jul-2020 02:00 (02:00 AM)
Australia/Sydney Wed 01-Jul-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Test Meeting 2020-07-16

Date/Time

Timezone Date/Time
America/Los_Angeles Thu 16-Jul-2020 10:00 (10:00 AM)
America/Denver Thu 16-Jul-2020 11:00 (11:00 AM)
America/Chicago Thu 16-Jul-2020 12:00 (12:00 PM)
America/New_York Thu 16-Jul-2020 13:00 (01:00 PM)
Europe/London Thu 16-Jul-2020 18:00 (06:00 PM)
Europe/Amsterdam Thu 16-Jul-2020 19:00 (07:00 PM)
Europe/Moscow Thu 16-Jul-2020 20:00 (08:00 PM)
Asia/Kolkata Thu 16-Jul-2020 22:30 (10:30 PM)
Asia/Shanghai Fri 17-Jul-2020 01:00 (01:00 AM)
Asia/Tokyo Fri 17-Jul-2020 02:00 (02:00 AM)
Australia/Sydney Fri 17-Jul-2020 03:00 (03:00 AM)

Or in your local time:

Agenda

Extracted from meeting-agenda-test labelled issues and pull requests from pkgjs/meet prior to the meeting.

Links

  • Minutes:

Joining the meeting

  • link for participants:
  • For those who just want to watch:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.