Mailspring/examples/N1-Send-Availability
2015-10-07 11:45:46 -07:00
..
backend add send availability example package 2015-10-02 16:06:56 -07:00
docs add send availability example package 2015-10-02 16:06:56 -07:00
fullcalendar add send availability example package 2015-10-02 16:06:56 -07:00
lib add send availability example package 2015-10-02 16:06:56 -07: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 add send availability example package 2015-10-02 16:06:56 -07:00
package.json fix(send-availability): Make the package load into popout composers 2015-10-07 11:45:46 -07:00
README.md fix(readmes): Add "Install this plugin" bits to the plugin READMEs 2015-10-04 00:42:54 -07: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.