I've installed and configured DittoCal. I can see the calendar on page but the snippet is not showing any post. As I understand DittoCal can't get the list of restricted pages. There is degug output of snippet:
Initial Data from Json
{
"title":"blog json output",
"link":"
http://mysite.ru/blog-json-output",
"description":"",
"language":"ru",
"copyright":"GLT GROUP 2009",
"ttl":"120",
"entries":[
]
}
Data after JSON decoding
stdClass Object
(
[title] => blog json output
[link] =>
http://mysite.ru/blog-json-output
[description] =>
[language] => ru
[copyright] => Site
[ttl] => 120
[entries] => Array
(
)
)
Filter Settings
Filter Month: 1
Filter Year: 2013
Day Array for output
Array
(
)
All pages that I want to get restricted by access rights. And that is the cause of problem. But how can I resolve it?