mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-15 06:06:35 +08:00
39c37e10b9
Summary: New Calendar Test Plan: TODO Reviewers: drew, juan, bengotow Reviewed By: bengotow Subscribers: jackie Differential Revision: https://phab.nylas.com/D2767
6 lines
265 B
JavaScript
6 lines
265 B
JavaScript
import plugin from '../package.json'
|
|
|
|
export const PLUGIN_ID = plugin.appId[NylasEnv.config.get("env")];
|
|
export const PLUGIN_URL = plugin.serverUrl[NylasEnv.config.get("env")];
|
|
export const PLUGIN_NAME = "Quick Schedule"
|
|
export const CALENDAR_ID = "QUICK SCHEDULE"
|