Your Own Event Layouts
What if I already have layouts for my events table: do I have to use yours?
No. You can certainly use your own. There are just a few things to keep in mind.
Event List
Event Details
Can I jump right from the Event Details layout to my own event layout?
Yes, we've built a script for this already. Simply add a new button to the Event Details layout and call the script "Jump to Event in My Layout ( EventID )" using your Event ID as the script parameter (just send the ID itself, not "EventID..." ). Then edit this script to use your event ID field and the layout of your choice to display event details.
This is very similar to the script we use to jump to your contact's layout.
Making New Records
In order for you to arrive at your own layout when you create an event on the calendar, edit the script "Create Edit Delete Event ( SourceNo ) { Operation , Hide, DateStart , DateEnd , TimeStart ... }" and find the comment "--------- Create -------". A few steps after that you'll see a go to layout command: change that to your layout and you'll be all set.