1
API Documentation
Question asked by Jose Gomez - 1/12/2025 at 9:56 PM
Unanswered
Hey, guys. Are you doing to be creating new documentation for your API any time soon? We're trying to automate the addition of event to our team calendars and it been quite difficult to do what seems to be a very simple thing. If not, can you please explain what endpoint and format we need to use to:

1. List available times in a date range
2. create an event on a calendar.

Thanks.

2 Replies

Reply to Thread
0
Andrew Barker Replied
Employee Post
SmarterMail doesn't have any APIs that will list available times in a specific time period. Your best option is to use the GetEventsBetweenDates API (https://mail.smartertools.com/Documentation/api#/reference/SmarterMail.Web.Api.CalendarsApiController/GetEventsBetweenDates/post) and then review the returned options to determine the available times.

Andrew Barker Software Developer SmarterTools Inc. www.smartertools.com
0
Zach Sylvester Replied
Employee Post
Hello, 

I have not tested this module, but I recommend getting this info via caldav. 
https://github.com/python-caldav/caldav

I hope this helps. 

Kind Regards,
Zach Sylvester Software Developer SmarterTools Inc. www.smartertools.com

Reply to Thread