web services - Is it possible to connect to microsoft outlook scheduling assistant from an android app? -


i trying build application requires information microsoft outlook scheduling assistant.

okay, huge question! simple answer, no, there no easy way plug in, doesn't mean isn't possible. let's assume you're using exchange server, can create request returns availability info of list of contacts on period. returns array of integers detailing status of person during each hour/half hour of period sent.

you can make table layout views depicting availability different colors. not easy task. had company's email client , took 3 days of pretty hardwork looking ui information need.

for information on protocols send availability info, check out documentation here. if need doing this, please feel free comment here. unfortunately, can't share code wrote, since wrote while working ibm


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -