Tuesday, July 21, 2009

How to Quickly Embed Google Calendar in NetSuite

2 comments

This is a walkthrough video of how you can quickly embed a Google Calendar in NetSuite.

Power of the NetSuite platform, allows you to quickly and securely embed any gadgets, widgets and web apps into any of your NetSuite applications.

... and now you have a couple of more mins to watch some other vids ;-)



Update:
Here's the portlet script similar to what was used in this example.

function GCalClientPortlet (portlet, column)
{
portlet.setTitle ('Google Calendar in NetSuite');
content = 'PUT GOOGLE CALENDAR EMBED IFRAME URL HERE';

portlet.setHtml( content );
}