Re: How to use gwt to synchronize outlook to get the appoitments of calendar

2010-08-12 Thread kgeri
Assuming a Java server backend the easiest way is using WebDAV and
connect to the Exchange server itself (unless the WebDAV connector is
disabled), you may get the calendar and mails from there.
See http://msdn.microsoft.com/en-us/library/aa143161(EXCHG.65).aspx
for some specs. But note that this approach will get quite messy,
since it lacks a proper Java library (you may have to write WebDAV
queries by hand). Also don't forget that you still need the user's
password for this to work.

It is not possible to use GWT for client-side interaction with Outlook
on the user's computer if you meant that.

Best regards
Gergely


On Aug 10, 3:16 pm, victor QIN bienvenue...@gmail.com wrote:
 When a user connects to the server, the server can get all the
 appointemnts of the outlook in this user's computer. How can I realize
 that? Thank you very much!!!

 On 8月6日, 下午7时04分, spierce7 spier...@gmail.com wrote:



  Your talking about a client side program that goes into the users
  system and pulls data?

  On Aug 6, 12:52 pm, victor QIN bienvenue...@gmail.com wrote:

   Hello,

  I want to use gwt to connect with outlook and get the appointments
   of outlook. Is there any api for that? Thanks a lot.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How to use gwt to synchronize outlook to get the appoitments of calendar

2010-08-10 Thread victor QIN
When a user connects to the server, the server can get all the
appointemnts of the outlook in this user's computer. How can I realize
that? Thank you very much!!!

On 8月6日, 下午7时04分, spierce7 spier...@gmail.com wrote:
 Your talking about a client side program that goes into the users
 system and pulls data?

 On Aug 6, 12:52 pm, victor QIN bienvenue...@gmail.com wrote:

  Hello,

 I want to use gwt to connect with outlook and get the appointments
  of outlook. Is there any api for that? Thanks a lot.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How to use gwt to synchronize outlook to get the appoitments of calendar

2010-08-07 Thread victor QIN
yes, maybe, I just want to get the appointments of outlook to my application
of GWT. Do you have any idea? thank you.

2010/8/6 spierce7 spier...@gmail.com

 Your talking about a client side program that goes into the users
 system and pulls data?

 On Aug 6, 12:52 pm, victor QIN bienvenue...@gmail.com wrote:
  Hello,
 
 I want to use gwt to connect with outlook and get the appointments
  of outlook. Is there any api for that? Thanks a lot.

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



How to use gwt to synchronize outlook to get the appoitments of calendar

2010-08-06 Thread victor QIN
Hello,

   I want to use gwt to connect with outlook and get the appointments
of outlook. Is there any api for that? Thanks a lot.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How to use gwt to synchronize outlook to get the appoitments of calendar

2010-08-06 Thread spierce7
Your talking about a client side program that goes into the users
system and pulls data?

On Aug 6, 12:52 pm, victor QIN bienvenue...@gmail.com wrote:
 Hello,

    I want to use gwt to connect with outlook and get the appointments
 of outlook. Is there any api for that? Thanks a lot.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.