Hello,
I would like to modify the startup page showing the calendars.
In the specific I would like to start with the "Calendars" panel closed and
the calendar showing the "month" instead of "mweek". Is it possible? Is it
required to modify the source code? How?
Thanks in advance for any suggestion
Regards
Dario
Hello,
I am very new to caldavzap and I would need some help.
I set up davical test server which provide not encrypted access (to avoid
problems with selfsigned certificates).
I installed caldavzap and edited config.js comenting out the "var
globalNetworkCheckSettings={", and as I wanted to start simple I configured
the
var globalAccountSettings=[
{
href:
'http://calsrvtest2.icgeb.org:81/caldav.php/MyUsername/',
userAuth:
{
userName: 'MyUsername',
userPassword: 'MyPassword'
},
timeOut: 90000,
lockTimeOut: 10000,
checkContentType: true,
settingsAccount: true,
delegation: true,
hrefLabel: null,
forceReadOnly: null,
ignoreAlarms: false,
backgroundCalendars: []
}
];
But I get white page (used several browser, with same behaviour), on the
server side I see in the access_log a generous traffic, but not relevant
errors. I run cache_update.sh quite often.
In a previous test I was connecting to calendarserver which seem not
provideing stuff to avoid the cross-domain problem, but again I cannot make it
work.
Maybe I am missing something fundamental
Thanks in advance for any help
Regards
Dario
I am very happy with davical/caldavzap since years...
I have a few request :
How can I change the CSS so that the day (in the month view) is
centered inside the cell instead of being right aligned.
I am sure it is very easy but I am lost in the css...