DocSpace-buildtools/web/ASC.Web.Core/Calendars/IiCalFormatView.cs

8 lines
124 B
C#
Raw Normal View History

2019-06-07 08:59:07 +00:00
namespace ASC.Web.Core.Calendars
{
2020-09-29 12:27:28 +00:00
public interface IICalFormatView
2019-06-07 08:59:07 +00:00
{
string ToiCalFormat();
}
}