GET api/v2.0/Events/GetEventEnabledCommunityList
Gets a collection of allowed communities for the current user that has an associated calendar.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A key value pair list of communities
Dictionary of globally unique identifier [key] and string [value]Response Formats
application/json, text/json
Sample:
{
"c17bbba8-67d8-4fa7-9582-b47bb00cc9be": "sample string 2",
"947a651a-a430-4135-b128-172b0b614c42": "sample string 4"
}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfguidstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfguidstring>
<Key>c17bbba8-67d8-4fa7-9582-b47bb00cc9be</Key>
<Value>sample string 2</Value>
</KeyValueOfguidstring>
<KeyValueOfguidstring>
<Key>947a651a-a430-4135-b128-172b0b614c42</Key>
<Value>sample string 4</Value>
</KeyValueOfguidstring>
</ArrayOfKeyValueOfguidstring>