зеркало из
1
0
Форкнуть 0
Перейти к файлу
Benjamin Kenawell 94cb985b83 pulled anonymous function out to better show functionality expected by generator parameter 2021-03-08 12:37:54 -08:00
src pulled anonymous function out to better show functionality expected by generator parameter 2021-03-08 12:37:54 -08:00
.eslintignore moved code into OSS repo, configured to build and test here 2021-03-05 12:36:02 -08:00
.eslintrc.js moved code into OSS repo, configured to build and test here 2021-03-05 12:36:02 -08:00
.gitignore moved code into OSS repo, configured to build and test here 2021-03-05 12:36:02 -08: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 filled out templates 2021-03-05 12:11:35 -08: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-lock.json moved code into OSS repo, configured to build and test here 2021-03-05 12:36:02 -08:00
package.json moved code into OSS repo, configured to build and test here 2021-03-05 12:36:02 -08:00
tsconfig.json moved code into OSS repo, configured to build and test here 2021-03-05 12:36:02 -08:00

README.md

sp-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.

Ideally, 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.

Project This repo has been populated by an initial template to help get you started. Please make sure to update the content to build a great experience for community-building.

As the maintainer of this project, please make a few updates:

  • Updating SUPPORT.MD with content about this project's support experience
  • Understanding the security reporting process in SECURITY.MD
  • Remove this section from the README

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.