Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 6,993 for

calendar

(0.07 sec)
  1. Microsoft Project Data Reading and Writing | As...

    A comprehensive guide on reading and writing Microsoft Project (MPP/XML) data using Aspose.Tasks for C#....Tasks Documentation Calendar Data | Aspose.Tasks Documentation...

    docs.aspose.com/tasks/cpp/microsoft-project-dat...
  2. Working with Appointments|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....appointment in the Outlook calendar. The following code snippets...

    docs.aspose.com/email/python-net/working-with-a...
  3. Concurrent issue with MapiMessage.fromMailMessa...

    When we are using MapiMessage.fromMailMessage in multiple threads, we noticed some weird exception. The exception will only throw when we use multiple threads. And worked fine with ONE thread. It's rare and we only notic…...of email with attachments, calendar, nested messages. If I try...random and included messages, calendar items, and messages with attachments...

    forum.aspose.com/t/concurrent-issue-with-mapime...
  4. How to Create Mapi Contact using Python

    In this simple topic, we will explore how to create Mapi Contact using Python by following the detailed guidelines to set up the environment and using the example code. You can easily add Mapi Contact in Python using a very simple API interface....learn about adding a Mapi Calendar in Python, refer to the article...

    kb.aspose.com/email/python/how-to-create-mapico...
  5. Comparison of Aspose.Email.Mail with MS APIs|Do...

    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 Multi-threading X Send Calendar X Send Meeting request X Load...

    docs.aspose.com/email/net/comparison-of-aspose-...
  6. Most Popular Email File Formats|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....messaging-related features such as calendars, contacts, and tasks. MAPI...formatting, embedded files, and calendar events are preserved when...

    docs.aspose.com/email/net/email-file-formats/
  7. Working with Tasks in Ruby | Aspose.Tasks Docum...

    Learn how to create, modify and delete Microsoft Project tasks using Aspose.Tasks Java for Ruby....Documentation Working with Calendar Exceptions in Ruby Working...

    docs.aspose.com/tasks/java/working-with-tasks-i...
  8. Aspose.Cells GridJs – Incorrect Text Formatting...

    Hi, I’m encountering a formatting issue in Aspose.Cells GridJs. When I enter a number using a comma as the decimal separator (e.g., 123456,7), the cell is incorrectly interpreted and formatted as a date. As a result, w…...I click the cell again, a calendar popup appears instead of treating...

    forum.aspose.com/t/aspose-cells-gridjs-incorrec...
  9. Start and Finish dates of task not getting refl...

    Hi, I am trying to set the start and finish dates of a task from a hidden variable. Task t1 = proj.RootTask.Children.Add("tested now"); t1.Set(Tsk.Start, Convert.ToDateTime(hdnStartDate.Value)); …...do, if I want MPP to take calendar days as duration and not number...1)); ATasks.Calendar cal = proj.Get(Prj.Calendar); double Days24Hrs...

    forum.aspose.com/t/start-and-finish-dates-of-ta...
  10. Working with Project Views | Aspose.Tasks Docum...

    Learn how to work with Gantt chart project representation from Microsoft Project MPP files using Aspose.Tasks for Java....Date date) 16 { 17 Calendar cal = Calendar. getInstance (); 18...(date); 19 int month = cal. get (Calendar. MONTH ); 20 return new String...

    docs.aspose.com/tasks/java/working-with-project...