I have successfully auto-populated the default view of a weekgroup calendar view using JQuery,
The problem is how can I remove the first row (which is set to current logged user) by default.
I have tried using the following
$jq(function(){
$jq( ".ms-acal-weekgroup:nth-of-type(1)" ).hide();
});
whcih did not yield the exact result.
Any assistance will be appreciated
Kind Regards
Louis