зеркало из
1
0
Форкнуть 0
Перейти к файлу
Darin Hoover cd992894c3
Added github code analysis config.
2022-02-03 13:06:27 -08:00
.github/workflows Added github code analysis config. 2022-02-03 13:06:27 -08:00
src clean up of code and comments 2021-03-09 14:01:02 -08:00
.eslintignore Switch to pnpm, tidy up node-version, README updates (#10) 2021-07-26 11:43:27 -07:00
.eslintrc.js moved code into OSS repo, configured to build and test here 2021-03-05 12:36:02 -08:00
.gitignore added files to gitignore, created npmignore and files whitelist for publishing package 2021-04-08 15:29:47 -07:00
.node-version Switch to pnpm, tidy up node-version, README updates (#10) 2021-07-26 11:43:27 -07:00
.npmignore added files to gitignore, created npmignore and files whitelist for publishing package 2021-04-08 15:29:47 -07:00
.pnpmfile.cjs Switch to pnpm, tidy up node-version, README updates (#10) 2021-07-26 11:43:27 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2021-03-02 13:08:44 -08:00
LICENSE Updating LICENSE to template content 2021-03-02 13:08:43 -08:00
README.md Switch to pnpm, tidy up node-version, README updates (#10) 2021-07-26 11:43:27 -07:00
SECURITY.md Initial SECURITY.md commit 2021-03-02 13:08:40 -08:00
SUPPORT.md filled out templates 2021-03-05 12:11:35 -08:00
jest.config.js moved code into OSS repo, configured to build and test here 2021-03-05 12:36:02 -08:00
just-task.js moved code into OSS repo, configured to build and test here 2021-03-05 12:36:02 -08:00
package.json Switch to pnpm, tidy up node-version, README updates (#10) 2021-07-26 11:43:27 -07:00
pnpm-lock.yaml Switch to pnpm, tidy up node-version, README updates (#10) 2021-07-26 11:43:27 -07:00
tsconfig.json moved code into OSS repo, configured to build and test here 2021-03-05 12:36:02 -08:00

README.md

sharepoint-recurring-events

The purpose of this package is to help us work with recurring events in SharePoint. This is necessary because the SharePoint REST API endpoint does not expand events for us, but instead returns events with an XML based recurrence information. This library takes that recurrence information and expands it to a list of events.

Eventually, this project will also allow for the reverse: creating recurring events with that same recurrence structure but in an easier to use API that will convert or build the XML structure for the user.

Technical Contributing Info

  • package manager: pnpm, because it provides the most control over our node modules and it is efficient with no hidden dependencies.
  • node version: as of this writing we use 12.22.1, but check the .node-version file for the most up-to-date version. We use this paired with nvs to easily switch between versions of node on one machine. And we stick to LTS version for the support.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

Telemetry Notice

This package does not collect any telemetry for Microsoft or any other organization. Therefore, there is nothing to turn off.