added new plugin: microsoft-calendar

Signed-off-by: Abhay-soni-developer <abhaysoni.developer@gmail.com>
This commit is contained in:
Abhay-soni-developer
2023-02-01 12:46:44 +05:30
committed by blam
parent bea00428f2
commit 9fafe6879b
33 changed files with 1642 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
# microsoft-calendar
Welcome to the microsoft-calendar plugin!
_This plugin was created through the Backstage CLI_
You can use this plugin by import MicrosoftCalendar from "@internal/plugin-microsoft-calendar"
> import { MicrosoftCalendar } from "@internal/plugin-microsoft-calendar"
![MicrosoftCalendar plugin screenshot](./docs/microsoft-calendar-plugin.png)
You can also serve the plugin in isolation by running `yarn start` in the plugin directory.
This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads.
It is only meant for local development, and the setup for it can be found inside the [/dev](./dev) directory.