Schedule to Outlook

GuyS (45 posts)
November 9, 2018 05:59 AM
Accepted Answer

Hi there,

 

Before trying it myself:

Has anyone tried to export/create Outlook Agenda entries from an adTempus Schedule by any chance?

Scripts or C# (since I already use API's) will do..

 

Kind regards,

Guy Swagten

The Netherlands

 

Bill Staff (599 posts)
November 9, 2018 06:54 AM
Accepted Answer

You're looking to take an adTempus schedule and then go put all the scheduled executions onto a calendar in Outlook? I haven't heard of anyone doing this.

From the adTempus side, you'll want DataContext.GetJobExecutionTimes. This will get you a list of the scheduled runtimes for one or more jobs, for a specified time range.

There's also GetMatchingDates on a DateCriterion or SharedSchedule, which will get you scheduled dates but not times.

GuyS (45 posts)
November 9, 2018 07:03 AM
Accepted Answer

 Hello Bill,

Always trying something new :-)

Thanks, I'll probably create/display a WindowsForm for this purpose in my online tool..

Have a nice weekend   

Kind regards,

Guy 

Replies are disabled for this topic.