Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 7,017 for

calendar

(0.2 sec)
  1. Features Overview|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....to managing tasks such as calendar integrations and task scheduling...Email.Calendar Contains classes for working with calendars Aspose...

    docs.aspose.com/email/net/features-overview/
  2. Convert ICS to OTT in Python | products.aspose.com

    Save ICS to OTT in your Python applications without using Microsoft Outlook or Word...used format for exchanging calendar information between different...events, to-do lists, and other calendar-related information. OTT (OpenDocument...

    products.aspose.com/total/python-net/conversion...
  3. Product Overview|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Handling Outlook Items , such as calendar events, contacts, distribution...Generation of Calendar Data: Extract and generate calendar data like...

    docs.aspose.com/email/net/product-overview/
  4. Java Project API | Microsoft Project Management...

    Java Microsoft project management library to read and write MPP XML and MPT files. Export data to PDF XLS HTML CSV TXT TIFF SVG & PNG formats...default properties as well as calendar information. They can also...also specify weekdays and calendar exceptions. API makes it easy...

    products.aspose.com/tasks/java/
  5. Working with Calendars | Aspose.Tasks Documenta...

    The page contains information on how to work with Calendars using Aspose.Tasks for Java....Tasks for Java Working with Calendars Live Demos High Code APIs...Working with Calendars Creating and Updating Calendars in Java |...

    docs.aspose.com/tasks/java/working-with-calendars/
  6. Filter Appointments from Exchange Server|Docume...

    Learn how to filter Exchange appointments by date range or recurrence using IEWSClient and ExchangeQueryBuilder in Aspose.Email for C++....enables developers to filter calendar appointments on Microsoft...

    docs.aspose.com/email/cpp/filter-appointments-f...
  7. Working with Microsoft Graph Client|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....with Microsoft Graph Manage Calendar Items in Microsoft Graph Manage...

    docs.aspose.com/email/java/working-with-microso...
  8. Formatting an Appointment in Aspose.Email|Docum...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Create New Calendar Item Set Color Category for...

    docs.aspose.com/email/java/formatting-an-appoin...
  9. Filter Messages from Server using IMAP Client|D...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....arrived in last 7 days Calendar cal = Calendar . getInstance (); builder... getTime ()); cal . add ( Calendar . DATE , - 7 ); builder ....

    docs.aspose.com/email/java/filter-messages-from...
  10. Code olm to pst - Free Support Forum - aspose.com

    bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last { // Create a new PST PersonalStorage pst = PersonalStorage.Create(fullPstPath, FileFormatVersion.Unicode); var root = pst.RootFolder; FolderI…...FolderInfo calendar = root.AddSubFolder("Calendar", "IPF.Appointment");...Appointment"); ageDict.Add("Calendar", calendar.ContainerClass); FolderInfo...

    forum.aspose.com/t/code-olm-to-pst/324745