mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-08 13:44:53 +08:00
Update README.md
This commit is contained in:
parent
fb22e6eeb2
commit
c538b4485d
1 changed files with 8 additions and 11 deletions
|
@ -1,28 +1,25 @@
|
|||
# QuickSchedule
|
||||
|
||||
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 a "QuickSchedule" button next to the "Send" button. The button opens a calendar, in which you can select time periods to email to other people.
|
||||
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 a "QuickSchedule" button next to the "Send" button. The button opens a calendar, in which you can select time periods to email to other people. When the recipient clicks a link to a specific time, the event is scheduled immediately. Say goodbye to the hassle of scheduling and say hello to QuickSchedule!
|
||||
|
||||
<img src="https://raw.githubusercontent.com/nylas/N1/master/examples/N1-Quick-Schedule/screenshots/quick-schedule-1.png">
|
||||
|
||||
<img src="https://raw.githubusercontent.com/nylas/N1/master/examples/N1-Quick-Schedule/screenshots/quick-schedule-2.png">
|
||||
|
||||
#### Install this plugin
|
||||
### How to install this plugin
|
||||
|
||||
1. Download and run N1
|
||||
1. [Download and run N1](https://nylas.com/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!
|
||||
The dialog will default to this examples directory. Choose the
|
||||
`N1-Quick-Schedule` folder to install it!
|
||||
|
||||
> When you install packages, they're moved to `~/.nylas/packages`,
|
||||
> Note: When you install plugins, 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?
|
||||
#### Who is this for?
|
||||
|
||||
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.
|
||||
Anyone who makes a lot of appointments! If you are a developer, this is also a great example of a more complicated plugin that requires a backend service, and 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue