Loading...
 
Features / Usability

Features / Usability


Display a (page) list of events from calendar?

posts: 3665 United States

Is there a way to (easily) generate a list of all events in the tiki-calendar for a specific range?

Thanks,

Rick


posts: 3665 United States

Basically, I just want to run an SQL query:

select 'start' , 'end' , 'url' , 'name' , 'description' FROM 'tiki_calendar_items'

and return the results in a list.

Can anyone help (in 1.8.5)?

Thanks,

-Rick


posts: 3665 United States

Actually, this was a piece of cake! smile

Once I dug through tiki-calendar.php, I realized it required only 2 new lines of code! I'll provide a full write-up on my wiki, shortly.

-Rick

> Is there a way to (easily) generate a list of all events in the tiki-calendar for a specific range?
>
> Thanks,
>
> Rick