Multiple Calendar Creations

Post your MailEnable suggestions here.
Post Reply
crittle1
Posts: 99
Joined: Sun Nov 10, 2013 10:01 pm

Multiple Calendar Creations

Post by crittle1 »

I would like to suggest that users can create multiple calendars.

Also, give an option to set the month as the default view for the calendar.

Hopefully this is rather simple and would really be useful.

Thank you!

adz
Posts: 18
Joined: Wed Jul 16, 2014 5:20 am

Re: Multiple Calendar Creations

Post by adz »

I has been a while since this was posted. I had the same requirement for month default.

So what i did was set the calendar as the default view in Webmail (its an option when logged into Webmail).

Then in the Cal directory with List.aspx you can add the frames line below (add it to PageLoadComplete as shown)

function PageLoadComplete() {
$('#bodyCol_calendar_shell_js').css({ visibility: 'visible' });
$('#calendar_shell_js').css({ visibility: 'visible' });
frames['frameAppointments'].location = 'appointments.aspx?Date=<%= Request("Date")%>&' + frames['frameDatePicker'].GetSelectedCalendarsParameters() + '&Mode=' + 'Month' + '&Sensitivity=-1'; //+ timePos;
getTopAppWindow().HidePageLoad();
}

It's a work around. If there is an easier way, please post it here.

Cheers

Adam

I also recommend MXScan for Mailenable but then I get a lot of SPAM.

Post Reply