I am not using the navigation block and would like to recreate the menu entries that appear on it via the event module. The one I am interested in is the dynamic link that is for today's date (the calendar link). An example:

http://www.domain.com/event/2004/08/09

I have searched everywhere and can't find out how to do this.

Thanks

Comments

webwright’s picture

http://www.domain.com/event/2004/

If you just put the year, I believe it defaults to the current day.

sleary’s picture

I needed that tip too. :)

gtoddv’s picture

Yes thanks for the response. I guess if you wait long enough, you can get answers here! ;)

I just tried that on the most recent version of Event and I got the month calendar view with today hi-lighted. Not sure if that is what you meant by 'todays' date. If it is, that works great.

Thanks Again!

woodrue’s picture

Hi, a quick question: does this solution work with multiple events too?

I installed the event module and created 2 different flexinode objects to link to the Event.

these 2 objects have the 'Only in views for this type' option ON, so when I reach them with the link
?q=event/2005/11/06/month/flexinode-1
or
?q=event/2005/11/06/month/flexinode-2
I only see events of the same type.

so if I need to just link these 2 different object to the current month like suggested, I should try something like this:

?q=event/2005/month/flexinode-2

this shows the calendar but with no event in it, as if it doesnt read the last part of the URL with the flexinode...

how can I do that?