Mailspring/examples/N1-Send-Availability/README.md

29 lines
1.3 KiB
Markdown
Raw Normal View History

2015-10-03 07:06:56 +08: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.
2015-10-03 07:06:56 +08:00
<img src="https://raw.githubusercontent.com/nylas/N1/master/examples/N1-Send-Availability/screenshots/send-availability-1.png">
2015-10-03 07:06:56 +08:00
<img src="https://raw.githubusercontent.com/nylas/N1/master/examples/N1-Send-Availability/screenshots/send-availability-2.png">
2015-10-03 07:06:56 +08:00
#### Install this plugin:
2015-10-03 07:06:56 +08:00
1. Download and run N1
2015-10-03 07:06:56 +08:00
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!
2015-10-03 07:06:56 +08:00
> 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`
2015-10-03 07:06:56 +08:00
#### 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.