Challenge Overview
Create a script to extract Tasks out of Exchange/Outlook 2010 into a csv file with the following features:
��
��
Supports Exchange 2010
Outlook 2010
Standard CSV file as an output, sample is attached
��
The script will extract tasks out of Exchange (server-side) as oppose to executing it on each Outlook client.
��
If server-side, flow of the app:
��
��
1. Input of the script will be a csv of userlist, separated by new line. For example:
�� ��user1@domain.com
�� ��user2@domain.com
�� ��etc...
��
2. Script is executed against the user list referenced on #1
��
��
3. Output will be a csv for each user. For example:
�� ��root-folder:��
�� ��-- user1.csv
�� -- user2.csv
��
If client-side, flow of the app:
��
1. Create an executable with a step-by-step, wizard-like User Interface
2. First Step: Confirm with the user that the application will be extracting Tasks out of Outlook 2010
3. Second Step: Browse to where the extracted file will be saved locally
4. Third Step: Proceed with the extraction. Run the extract
5. Fourth Step: Finish/Complete page