Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 7,032 for

calendar

(0.08 sec)
  1. 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...human-readable description of a calendar item or event. This header...

    docs.aspose.com/email/java/working-with-appoint...
  2. Working with Tasks | Aspose.Tasks Documentation

    Learn how to split and manage tasks in Microsoft Project (MPP/XML) using Aspose.Tasks for .NET. Includes C# examples for creating, splitting, and viewing split tasks....start date, finish date and calendar arguments to split the task...// Get a standard calendar 5 Calendar calendar = splitTaskProject...

    docs.aspose.com/tasks/net/split-tasks/
  3. Convert ICS to WORDML in Python | products.aspo...

    Save ICS to WORDML in your Python applications without using Microsoft Outlook or Word...popular format used to store calendar information such as events...by many calendar applications such as Google Calendar, Apple Calendar...

    products.aspose.com/total/python-net/conversion...
  4. Convert MSG to ICS via C# | products.aspose.com

    Sample code for MSG to ICS C# conversion. Use API example code for batch MSG files to ICS conversion within VB.NET, Asp.NET or any .NET based application....transformation of an email into a calendar event format widely accepted...across platforms. The email-to-calendar conversion process with Aspose...

    products.aspose.com/email/net/conversion/msg-to...
  5. FieldPrintDate | Aspose.Words for Java

    Implements the PRINTDATE field in Java....By default, the Gregorian calendar is used. Examples: Shows read...Below are three different calendar types according to which the...

    reference.aspose.com/words/java/com.aspose.word...
  6. Licensing and Subscription | Aspose.Tasks Docum...

    Aspose.Tasks for Java provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation using Licensing policies.... Calendar calendar = java. util . Calendar . getInstance..."GMT" )); 2 calendar. set (2010, java. util . Calendar . APRIL ...

    docs.aspose.com/tasks/java/licensing/
  7. Convert RTF to ICS in Python | products.aspose.com

    Save RTF to ICS within Python applications without using Microsoft Word or Outlook...formatted text documents into calendar-compatible files that can...to become actionable within calendar systems. From an automation...

    products.aspose.com/total/python-net/conversion...
  8. Working with Projects | Aspose.Tasks Documentation

    Learn about project calculation modes in Aspose.Tasks for Java....= new GregorianCalendar(1, Calendar. JANUARY , 1). getTime ();...new GregorianCalendar(2015, Calendar. APRIL , 15). getTime ());...

    docs.aspose.com/tasks/java/project-calculation-...
  9. EWS: error when trying to create appointment - ...

    Using the latest version (and also older versions), I am getting an Exchange error when trying to create an appointment using IEWSClient: “ExchangeException: set action is invalid for property”. This code (from your doc…...Calendar c = java.util.Calendar.getInstance();...set(java.util.Calendar.MINUTE, 0); c.set(java.util.Calendar.SECOND,...

    forum.aspose.com/t/ews-error-when-trying-to-cre...
  10. Split Tasks in Ruby | Aspose.Tasks Documentation

    Learn how to split Microsoft Project (MPP/XML) tasks using Aspose.Tasks Java for Ruby....Tsk' ) 6 7 calendar = project . get(prj . CALENDAR) 8 9 cal =...Rjb :: import( 'java.util.Calendar' ) . getInstance() 10 11 cal...

    docs.aspose.com/tasks/java/split-tasks-in-ruby/