Welcome,
Guest
|
|
Howdy,
Using 1.2.8 working off of java demo I'm experiencing two problems, not sure if I broke something on the first. Problem 1: If I make an event all day, and click on that event nothing happens. Problem 2: Agenda view delete and edit event links don't call same code as the preview. How do I control what code these call? Thanks, -jim |
Please Log in to join the conversation.
-
You are a very redundant person. That is the type of person you are. |
|
All day events preview, move etc is not supported in basic version. only premium supports that feature.
Agenda view behavior can be changed in the default template js. |
Please Log in to join the conversation. Team Web2Cal. |
|
Ok thanks for all your help.
-jim |
Please Log in to join the conversation.
-
You are a very redundant person. That is the type of person you are. |
|
Yeah I was running into the same problem.
|
Please Log in to join the conversation.
-
You are a very redundant person. That is the type of person you are. |
|
<ul class="actions">
<li> <a href="javascript:rzEditEvent(${eventId});" name="edit" class="websbutton"> Edit event </a> </li> <li> <a href="javascript:rzDeleteEvent(${eventId});" name="delete" class="websbutton"> Delete event </a> </li> </ul> Now the methods will get eventID. You can get event details, by invoking, ical.getEventById(eventID); does this help? |
Please Log in to join the conversation. Team Web2Cal. |