2

I've got a big problem. I'm trying to implement in sharepoint 2013 online a web part using owa, Outlook Web Access, but it seems that nothing is working. I tried many and many solutions, but no good at all. Does anyone have ever try to do something like this before? Does anyone has a possibile workaround?

It would be very appreciated. Thanks in advance.

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45
SergioPetrarca
  • 248
  • 1
  • 3
  • 13

2 Answers2

1

I've never tryied it..but maybe this could be helpful for your purpose, try to have a look a this.

http://blogs.msdn.com/b/webdav_101/archive/2012/07/06/owa-web-part-in-an-iframe-sample.aspx

FabioEnne
  • 732
  • 1
  • 14
  • 43
0

As an example, this:

https://127.0.0.1/public/test%20team%20calendar

Would need to be written something like this:

https://127.0.0.1/owa/?cmd=contents&module=PublicFolders&fpath=test%20team%20calendar

Here are some articles which you should review around developing with OWA in an iFrame or usage of OWA Web parts.

Rikin Patel
  • 8,848
  • 7
  • 70
  • 78
  • Sorry but I don't understand what are you trying to say to me, how can I implement my solution? You answered with a link to a Localhost...So what? – SergioPetrarca Apr 17 '15 at 10:49
  • this look that 's right for you: http://blogs.msdn.com/b/webdav_101/archive/2012/07/06/owa-web-part-in-an-iframe-sample.aspx – giargia script Apr 17 '15 at 10:51