This topic is locked
[SOLVED]

 Hide recurrence event on specific days

2/24/2014 1:42:09 PM
PHPRunner General questions
S
suryateja619 author

Hi,

I am currently trying to hide the recurrence event in calendar template on certain days(holidays) from the database field. Working on with the css to hide the event on that particular day is not working. Is it possible to hide by using CSS if not is there anyway to hide them. Any help or suggestion is truly appreciated. I am currently using php runner 6.2 (Build 16275).

S
suryateja619 author 2/26/2014

Hi,
I found a way to hide the recurrence event. Currently i am retrieving the day fields from the database and comparing it with the respective row00dayvalue field. When i am trying to hide the value it's not working. Could you please let me know the error in my code please.

$xt->assign("row00".$i."Dayvalue",false);


It is working fine if i could able to assign a value to it.

$xt->assign("row00".$i."Dayvalue","Sample Message");