<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How we set Task Due Date &amp;amp; Time using TASK API in C#, Please read below description in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/How-we-set-Task-Due-Date-amp-Time-using-TASK-API-in-C-Please/m-p/688327#M56567</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/384282"&gt;@DSapphire&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for providing your example. Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/193060"&gt;@JBeatty&lt;/a&gt;,&amp;nbsp;do you have any experience here?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for taking a look! — Jaycee&lt;/P&gt;</description>
    <pubDate>Thu, 01 Sep 2022 17:20:38 GMT</pubDate>
    <dc:creator>Jaycee_Lewis</dc:creator>
    <dc:date>2022-09-01T17:20:38Z</dc:date>
    <item>
      <title>How we set Task Due Date &amp; Time using TASK API in C#, Please read below description</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-we-set-Task-Due-Date-amp-Time-using-TASK-API-in-C-Please/m-p/687329#M56482</link>
      <description>&lt;P&gt;I'm using an API to generate contacts and tasks for those contacts.&lt;/P&gt;&lt;P&gt;I need that task's due date and time to be specified.&lt;/P&gt;&lt;P&gt;All references I've found for the due date mention using the timestamp property, however this has never worked. The reminder due date is set, but in the same manner. Unset due date and time.&lt;/P&gt;&lt;P&gt;Reminder set using this --&amp;gt; DateTimeOffset.Now.AddDays(5).ToUnixTimeMilliseconds()&lt;/P&gt;&lt;P&gt;how we set Due Date &amp;amp;Time ???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;api.Engagement.Create(new EngagementHubSpotModel()&lt;BR /&gt;{&lt;BR /&gt;Engagement = new EngagementHubSpotEngagementModel()&lt;BR /&gt;{&lt;BR /&gt;Type = "TASK",//used for file attachments&lt;BR /&gt;OwnerId = TaskOwnerId&lt;BR /&gt;},&lt;BR /&gt;Metadata = new&lt;BR /&gt;{&lt;BR /&gt;body = TaskBody,&lt;BR /&gt;subject = TaskSubject,&lt;BR /&gt;status = "NOT_STARTED",&lt;BR /&gt;taskType = "CALL",&lt;BR /&gt;priority = "MEDIUM",&lt;BR /&gt;timestamp = DateTimeOffset.Now.AddDays(5).ToUnixTimeMilliseconds(),&lt;BR /&gt;sendDefaultReminder = true,&lt;BR /&gt;reminders = DateTimeOffset.Now.AddDays(4).ToUnixTimeMilliseconds()&lt;BR /&gt;},&lt;BR /&gt;Associations = new EngagementHubSpotAssociationsModel()&lt;BR /&gt;{&lt;BR /&gt;ContactIds = new List&amp;lt;long&amp;gt;() { 3351 } //use the ID of the created contact from above contact.Id.Value&lt;BR /&gt;},&lt;BR /&gt;Attachments = new List&amp;lt;EngagementHubSpotAttachmentModel&amp;gt;()&lt;BR /&gt;{&lt;BR /&gt;//new EngagementHubSpotAttachmentModel()&lt;BR /&gt;//{&lt;BR /&gt;// Id = fileId&lt;BR /&gt;//}&lt;BR /&gt;}&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 04:30:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-we-set-Task-Due-Date-amp-Time-using-TASK-API-in-C-Please/m-p/687329#M56482</guid>
      <dc:creator>DSapphire</dc:creator>
      <dc:date>2022-08-31T04:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: How we set Task Due Date &amp; Time using TASK API in C#, Please read below description</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-we-set-Task-Due-Date-amp-Time-using-TASK-API-in-C-Please/m-p/688327#M56567</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/384282"&gt;@DSapphire&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for providing your example. Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/193060"&gt;@JBeatty&lt;/a&gt;,&amp;nbsp;do you have any experience here?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for taking a look! — Jaycee&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 17:20:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-we-set-Task-Due-Date-amp-Time-using-TASK-API-in-C-Please/m-p/688327#M56567</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2022-09-01T17:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: How we set Task Due Date &amp; Time using TASK API in C#, Please read below description</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-we-set-Task-Due-Date-amp-Time-using-TASK-API-in-C-Please/m-p/691877#M56827</link>
      <description>&lt;P&gt;Hello&amp;nbsp; @&lt;SPAN&gt;Jaycee_Lewis, Thank you for your response, however we still don't understand how to set the task's due date and time via an API call.&lt;BR /&gt;We eagerly await your thoughtful response and solutions.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 04:47:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-we-set-Task-Due-Date-amp-Time-using-TASK-API-in-C-Please/m-p/691877#M56827</guid>
      <dc:creator>DSapphire</dc:creator>
      <dc:date>2022-09-12T04:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: How we set Task Due Date &amp; Time using TASK API in C#, Please read below description</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-we-set-Task-Due-Date-amp-Time-using-TASK-API-in-C-Please/m-p/695820#M57112</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello&amp;nbsp; @&lt;/SPAN&gt;&lt;SPAN&gt;Jaycee_Lewis,&lt;A href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/193060" target="_blank" rel="noopener"&gt;@JBeatty&lt;/A&gt;&amp;nbsp;Thank you for your response, however we still don't understand how to set the task's due date and time via an API call.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-In all reference seen like dd timestame property in engangement but, in this class not feasible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;so , please suggest us.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here, seen but not possible to do like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.hubspot.com/t5/APIs-Integrations/Create-a-Task-and-set-Due-Date-with-Engagements-API/m-p/396261" target="_blank"&gt;https://community.hubspot.com/t5/APIs-Integrations/Create-a-Task-and-set-Due-Date-with-Engagements-API/m-p/396261&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;We eagerly await your thoughtful response and solutions.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 07:16:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-we-set-Task-Due-Date-amp-Time-using-TASK-API-in-C-Please/m-p/695820#M57112</guid>
      <dc:creator>DSapphire</dc:creator>
      <dc:date>2022-09-21T07:16:51Z</dc:date>
    </item>
    <item>
      <title>How we set Task Due Date &amp; Time of TASK using API in C# ?</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/How-we-set-Task-Due-Date-amp-Time-using-TASK-API-in-C-Please/m-p/698030#M57516</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;How we set Task Due Date &amp;amp; Time of TASK using API in C#&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I'm using an API to generate contacts and tasks for those contacts.&lt;/P&gt;&lt;P&gt;I need that task's due date and time to be specified.&lt;/P&gt;&lt;P&gt;All references I've found for the due date mention using the timestamp property, however this has never worked. The reminder due date is set, but in the same manner. Unset due date and time.&lt;/P&gt;&lt;P&gt;Reminder set using this --&amp;gt; DateTimeOffset.Now.AddDays(5).ToUnixTimeMilliseconds()&lt;/P&gt;&lt;P&gt;how we set Due Date &amp;amp;Time ???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hubspot.com/t5/APIs-Integrations/How-we-set-Task-Due-Date-amp-Time-using-TASK-API-in-C-Please/m-p/687329#M56482" target="_blank"&gt;https://community.hubspot.com/t5/APIs-Integrations/How-we-set-Task-Due-Date-amp-Time-using-TASK-API-in-C-Please/m-p/687329#M56482&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 26 Sep 2022 06:00:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/How-we-set-Task-Due-Date-amp-Time-using-TASK-API-in-C-Please/m-p/698030#M57516</guid>
      <dc:creator>DSapphire</dc:creator>
      <dc:date>2022-09-26T06:00:37Z</dc:date>
    </item>
  </channel>
</rss>

