Mailspring/docs/Calendar.html

22 lines
776 B
HTML
Raw Normal View History

2015-10-03 01:57:40 +08:00
---
layout: docs
title: Calendar
2015-10-04 03:05:22 +08:00
edit_url: "https://github.com/nylas/N1/blob/master/src/flux/models/calendar.coffee"
2015-10-03 01:57:40 +08:00
---
2015-10-02 03:34:16 +08:00
2015-10-03 01:57:40 +08:00
<h2>Summary</h2>
2015-10-02 03:34:16 +08:00
2015-10-03 01:57:40 +08:00
<div class="markdown-from-sourecode">
<p><p>The Calendar model represents a Calendar object served by the Nylas Platform API.
2015-10-02 03:34:16 +08:00
For more information about Calendar on the Nylas Platform, read the
<a href="https://nylas.com/docs/api#calendar">Calendar API Documentation</a></p>
<h2 id="attributes">Attributes</h2>
2015-10-03 01:57:40 +08:00
<p><code>name</code>: <a href='attributestring.html'>AttributeString</a> The name of the calendar.</p>
<p><code>description</code>: <a href='attributestring.html'>AttributeString</a> The description of the calendar.</p>
<p>This class also inherits attributes from <a href='model.html'>Model</a></p>
2015-10-02 03:34:16 +08:00
</p>
</div>
2015-10-03 01:57:40 +08:00
<ul>
</ul>