Mailspring/internal_packages/composer-scheduler/lib/scheduler-constants.es6
Evan Morikawa a1b5a23273 refactor(scheduler): move all event data into metadata
Summary: Moved events into metadata. Removed a lot of code

Test Plan: todo

Reviewers: juan, bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2866
2016-04-09 21:19:01 -04:00

7 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"