getglobal(this:GetName().."CircledDate"):SetVertexColor(0.41, 0.61, 0.75, 0.4);
PlaySound("igMainMenuOptionCheckBoxOn");
Calendar_SetSelectedDateIndexWithToggle(this:GetID());
GroupCalendar_Update(arg1);
getglobal(this:GetName().."Text"):SetText(GroupCalendar_cUseServerDateTime);
GroupCalendar_SetUseServerDateTime(this:GetChecked());
GameTooltip_AddNewbieTip(GroupCalendar_cUseServerDateTime, 1.0, 1.0, 1.0, GroupCalendar_cUseServerDateTimeDescription, 1);
GameTooltip:Hide();
this:SetSequence(0);
this:SetSequenceTime(0, 0);
getglobal(this:GetName().."Text"):SetText(GroupCalendar_cAutoChannelConfig);
GroupCalendar_SetAutoChannelConfig(true);
GameTooltip_AddNewbieTip(GroupCalendar_cAutoChannelConfig, 1.0, 1.0, 1.0, GroupCalendar_cAutoConfigTipDescription, 1);
GameTooltip:Hide();
getglobal(this:GetName().."Text"):SetText(GroupCalendar_cManualChannelConfig);
GroupCalendar_SetAutoChannelConfig(false);
GameTooltip_AddNewbieTip(GroupCalendar_cManualChannelConfig, 1.0, 1.0, 1.0, GroupCalendar_cManualConfigTipDescription, 1);
GameTooltip:Hide();
GroupCalendar_UpdateEnabledControls();
this:ClearFocus();
GameTooltip_AddNewbieTip(GroupCalendar_cChannelNameTipTitle, 1.0, 1.0, 1.0, GroupCalendar_cChannelNameTipDescription, 1);
GameTooltip:Hide();
GroupCalendar_UpdateEnabledControls();
this:ClearFocus();
getglobal(this:GetName().."Text"):SetText(GroupCalendar_cStoreAutoConfig);
getglobal(this:GetName().."Text"):SetWidth(200);
getglobal(this:GetName().."Text"):SetJustifyH("LEFT");
GroupCalendar_EnableAutoConfigPlayer(this:GetChecked());
GameTooltip_AddNewbieTip(GroupCalendar_cStoreAutoConfig, 1.0, 1.0, 1.0, GroupCalendar_cStoreAutoConfigTipDescription, 1);
GameTooltip:Hide();
Calendar_AutoCompletePlayerName(this);
GroupCalendar_UpdateEnabledControls();
this:ClearFocus();
GameTooltip_AddNewbieTip(GroupCalendar_cAutoConfigPlayer, 1.0, 1.0, 1.0, GroupCalendar_cAutoConfigPlayerTipDescription, 1);
GameTooltip:Hide();
GroupCalendarTrustGroupTitle:SetText(GroupCalendar_cTrustGroupLabel);
CalendarTrustGroup_OnLoad();
CalendarTrustGroup_OnLoad();
GroupCalendarTrustMinRankTitle:SetText(GroupCalendar_cTrustMinRank);
CalendarGuildRank_OnLoad();
CalendarGuildRank_OnLoad();
CalendarPlayerList_SetColor(this, 0.25, 1.0, 0.25);
CalendarPlayerList_SetColor(this, 1.0, 0.25, 0.25);
this:ClearFocus();
GroupCalendar_OnLoad();
GroupCalendar_OnShow();
GroupCalendarFrame:StopMovingOrSizing();
GroupCalendar_OnHide();
GroupCalendar_OnEvent(event);
if arg1 == "LeftButton" then
GroupCalendar_StartMoving();
end
GroupCalendarFrame:StopMovingOrSizing();
GroupCalendarFrame:StopMovingOrSizing();