Mailspring/examples/N1-Send-Availability
Ben Gotow 528c8850ce bump(electron): 0.34.3 => 0.35.1
Electron 0.35.1 includes the tray fixes we contributed last week but also includes API restructuring and improvements. Most importantly, modules from electron are now imported via `require('electron')`
2015-11-23 22:09:17 -08:00
..
backend fix(examples): Small fixes for Send Availability plugin 2015-11-20 15:21:58 -08:00
docs bump(electron): 0.34.3 => 0.35.1 2015-11-23 22:09:17 -08:00
fullcalendar fix(examples): Small fixes for Send Availability plugin 2015-11-20 15:21:58 -08:00
lib bump(electron): 0.34.3 => 0.35.1 2015-11-23 22:09:17 -08:00
screenshots add send availability example package 2015-10-02 16:06:56 -07:00
stylesheets add send availability example package 2015-10-02 16:06:56 -07:00
calendar.html fix(examples): Small fixes for Send Availability plugin 2015-11-20 15:21:58 -08:00
package.json refactor(env): new NylasEnv global 2015-11-17 16:41:20 -08:00
README.md fix(docs): fix docs so they compile properly. 2015-11-17 15:48:59 -08:00
temp.js add send availability example package 2015-10-02 16:06:56 -07:00

Send availability

This is a package that allows you to email times that you are free to other people to make it easier to schedule appointments. The package adds an "Add Availability" button next to the "Send" button. The button opens a calendar, in which you can select time periods to email to other people.

Install this plugin

  1. Download and run N1

  2. From the menu, select Developer > Install a Package Manually... The dialog will default to this examples directory. Just choose the package to install it!

    When you install packages, they're moved to ~/.nylas/packages, and N1 runs apm install on the command line to fetch dependencies listed in the package's package.json

Who?

This package annotated for those who are familiar with React, Flux already, and have already seen other N1 packages. This package is more complicated than the other packages, as it demonstrates how arbitrary JavaScript can be inserted to create custom functionality.

Why?

When making appointments with other people, you need to share your availabilities in order to schedule a time.