Microsoft.Graph.Calnedar.psd1

@{
    RootModule        = 'Microsoft.Graph.Calnedar.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'ab85efaf-687b-44c0-8582-06ff6581079b'
    Author            = 'Alex Foster'
    CompanyName       = 'Alex Foster'
    Copyright         = '(c) Alex Foster. All rights reserved.'
    Description       = 'Efficient module'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-MicrosoftGraphCalnedarStatus', 'Initialize-MicrosoftGraphCalnedar')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}