MicrosoftGraph.Calendar.psd1
|
@{ RootModule = 'MicrosoftGraph.Calendar.psm1' ModuleVersion = '1.0.0' GUID = '998c624a-5b52-472e-9dad-f6212ede9e2c' Author = 'Logan Miller' CompanyName = 'Logan Miller' Copyright = '(c) Logan Miller. All rights reserved.' Description = 'Practical toolkit' PowerShellVersion = '5.1' FunctionsToExport = @('Get-MicrosoftGraphCalendarStatus', 'Initialize-MicrosoftGraphCalendar') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |