Aspose Cloud

aspose logo 1 300x81 API Reference Docs Added to Aspose Cloud Ruby SDK Aspose Cloud is a cloud-based document generation, conversion and automation platform for developers. Before Aspose Cloud APIs document processing and manipulation tasks were not so easy. Aspose Cloud APIs give developers full control over documents and file formats. Each API has been developed to offer you a wide range of features for file processing in cloud. Aspose Cloud REST APIs are platform independent and can be utilized across any platform such as Node.js, Amazon, and Salesforce etc. without any installation. Being language independent makes it a suitable choice for the developers having expertise in any programming language. We also provide SDKs in different programming languages such as .NET, Java, PHP, Ruby, Node.js, ZF 2.0, Symfony2 and Laravel.

Aspose.Tasks Cloud

Aspose.Tasks Cloud logo Aspose.Tasks Cloud is a REST API for manipulating Microsoft Project documents in the cloud. It allows you to work with all aspects of a Project document including conversion. The API offers a wide range of Microsoft Project export options. The Aspose.Tasks Cloud API allows developers to convert Project documents to various formats including XML, HTML, BMP, PNG, PDF, and XSLX. The API can be used to list document properties such as a project’s default start and finish time, minutes per week and days per month, work format, default task type, and so on. The API also provides the capability to retrieve information about each task from a Project data file hosted in the cloud. Task information such as name, ID, duration, and start and end dates, can be retrieved. In addition, the API can add new tasks to projects and retrieve information about task links and task assignments. The Aspose.Tasks API can manage project resources for documents hosted in the cloud. It supports adding a new resource, retrieve a list of project resources, and delete existing resources from the Project data. The API also facilitates retrieval of resource assignments information for resources assigned to project tasks. The API provides full access to a project’s calendar collection. Details about project calendars such as ID, name, and working days and time, can be read. New calendars can be added or deleted from hosted project data files. The API can be used to create new calendar exceptions to the Project’s calendars and retrieving a list of existing exceptions.

Working with Aspose.Tasks

  1. Download [Aspose Cloud Android SDK from GitHub][1] and extract the ZIP file.
  2. Import the SDK into Eclipse.
  3. Sign up with Aspose Cloud service at: https://cloud.aspose.com/SignUp
  4. Create a new App and get your App SID and App Key.
  5. Call the AsposeApp.setAppKeyAndAppSID(String appKey, String appSID) method in the onCreate() method of your Main Activity and pass your App SID and App Key as arguments to this method.
    Now we are ready to use the Aspose.Tasks API.
  6. To retrieve Microsoft Project document properties, please call the following method:
ArrayList<ProjectPropertyModel> retrieveProjectProperties(String projectName)
```8.  You can convert Microsoft Project document to various formats including XML, HTML, BMP, PNG, JPEG, PDF, TIFF, XPS, XAML, SVG, CSV, TXT, Spreadsheet2003, XLSX, PrimaveraP6XML and PrimaveraXER by calling the following method:

String convertProjectDataToFormat(String projectName, String designatedFormat)

ArrayList getAllTasksInProject(String srcProjectName)

TaskItemModel addATaskToProject(String srcProjectName, String taskName, int beforeTaskId, String changedProjectName)

boolean deleteATaskFromProject(String srcProjectName, int taskId, String changedProjectName)

TaskModel getTaskInformation(String srcProjectName, int taskUID)

ArrayList getAllResourceItemsOfProject(String srcProjectName)

ResourceItemModel addAResourceToProject(String srcProjectName, String resourceName, int beforeResourceId, String changedProjectName)

boolean deleteAResourceFromProject(String srcProjectName, int resourceId, String changedProjectName)

ResourceModel getResourceInformation(String srcProjectName, int resourceUID)

ArrayList getAllTaskLinksInProject(String srcProjectName)

ArrayList getAllAssignmentItemsInProject(String srcProjectName)

ArrayList getAllCalendarItemsInProject(String srcProjectName)

ArrayList getProjectExtendedAttributes(String srcProjectName)


## Start a Free Trial Today

Start a free trial today – all you need is to [sign up][2] with the Aspose Cloud service. Once you have signed up, you are ready to try the powerful file processing features offered by Aspose Cloud.

## Customer Feedback

Your feedback is very important to us. Please feel free to provide feedback and raise feature requirements. We are keen to implement customer driven features since we are a 100% customer driven company.




[1]: https://github.com/asposeforcloud/Aspose_Cloud_SDK_For_Android "Aspose Cloud SDK For Android from GitHub"
[2]: https://cloud.aspose.com/SignUp