Try our conversational search powered by Generative AI!

Jacob Khan
Nov 11, 2009
  11167
(7 votes)

Exchange gadget

Here is my contribution to the Open Gadget Contest 2009. I previously created an integration to Exchange syncing exchange tasks into EPiServer. A similar integration was done on the old research site showing calendar events.

This Gadget uses some of the old with some of the new. I made three “smaller gadgets” but they all use the same library and should therefore be considered as one gadget. It is an integration with Exchange 2007 which uses Web Services to interact with my gadgets.

Three gadgets were made: Calendar, Tasks and Mail.

image

Calendar uses the old flash calendar from r.ep.se. One restriction here is that you cannot book a meeting.

image

Tasks will show tasks from Exchange just like the EPiServer task gadget.

image

Last but not least is Mail which will get the 10 latest emails from your inbox and show them. image 

All of these use the same user settings saved in DDS. They are retrieved by User name and therefore you cannot have multiple of the same gadget. An upside is that you only need to update on of them to have all of them use the same settings

image

The settings are: url to Webservice that your Exchange 2007 uses, what email to open, useraccount that has access to read, password and domain. For Example see image above.

 

To install download source, copy to your site, compile and add this to the web.config, or run run the installer module through

   1: <add name="BiggieSmalls">
   2:        <assemblies>
   3:          <add assembly="BiggieSmalls"/>
   4:        </assemblies>
   5:      </add>

 

//Updated

Fixed a bug with mail and added an installer module. Install it using the Deployment Center.

/Jacob

Nov 11, 2009

Comments

Sep 21, 2010 10:32 AM

EPiServer 6.1 do not support gadgets anymore... Haha funny!
/ Olov

Sep 21, 2010 10:32 AM

Wow! very nice and useful! Great gadget.

Please login to comment.
Latest blogs
Why C# Developers Should Embrace Node.js

Explore why C# developers should embrace Node.js especially with Optimizely's SaaS CMS on the horizon. Understand the shift towards agile web...

Andy Blyth | May 2, 2024 | Syndicated blog

Is Optimizely CMS PaaS the Preferred Choice?

As always, it depends. With it's comprehensive and proven support for complex business needs across various deployment scenarios, it fits very well...

Andy Blyth | May 2, 2024 | Syndicated blog

Adding market segment for Customized Commerce 14

Since v.14 of commerce, the old solution  for adding market segment to the url is not working anymore due to techinal changes of .NET Core. There i...

Oskar Zetterberg | May 2, 2024

Blazor components in Optimizely CMS admin/edit interface

Lab: Integrating Blazor Components into Various Aspects of Optimizely CMS admin/edit interface

Ove Lartelius | May 2, 2024 | Syndicated blog

Anonymous Tracking Across Devices with Optimizely ODP

An article by Lead Integration Developer, Daniel Copping In this article, I’ll describe how you can use the Optimizely Data Platform (ODP) to...

Daniel Copping | Apr 30, 2024 | Syndicated blog

Optimizely Forms - How to add extra data automatically into submission

Some words about Optimizely Forms Optimizely Forms is a built-in add-on by Optimizely development team that enables to create forms dynamically via...

Binh Nguyen Thi | Apr 29, 2024