Hi,
I have A DB look like this :
events(type,event_from,event_to,description,owner,perm,repetition)
and
repetition(repetitionid,description)
repetitionid = repetition
and repetition look like that :
0;"None"
1;"Every day"
2;"Every week"
3;"Every month"
4;"Every Year"
my question is by giving owner how can i found all hes events ?