File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -165,33 +165,33 @@ OrgHeadline:id_get_or_create() *OrgHeadline:id_get_or_create*
165
165
@return string
166
166
167
167
168
- OrgAgenda *OrgAgenda *
168
+ OrgApiAgenda *OrgApiAgenda *
169
169
170
170
171
- OrgAgendaFilter *OrgAgendaFilter *
171
+ OrgApiAgendaFilter *OrgApiAgendaFilter *
172
172
173
173
Type: ~
174
174
string
175
175
176
176
177
- OrgAgendaOptions *OrgAgendaOptions *
177
+ OrgApiAgendaOptions *OrgApiAgendaOptions *
178
178
179
179
Fields: ~
180
- {filters?} (OrgAgendaFilter )
180
+ {filters?} (OrgApiAgendaFilter )
181
181
{from?} (string|OrgDate)
182
182
{span?} (number|"day"|"week"|"month"|"year")
183
183
184
184
185
185
OrgAgenda.agenda({options?}) *OrgAgenda.agenda*
186
186
187
187
Parameters: ~
188
- {options?} (OrgAgendaOptions )
188
+ {options?} (OrgApiAgendaOptions )
189
189
190
190
191
191
OrgAgendaTodosOptions *OrgAgendaTodosOptions*
192
192
193
193
Fields: ~
194
- {filters?} (OrgAgendaFilter )
194
+ {filters?} (OrgApiAgendaFilter )
195
195
196
196
197
197
OrgAgenda.todos({options?}) *OrgAgenda.todos*
@@ -203,7 +203,7 @@ OrgAgenda.todos({options?}) *OrgAgenda.todos*
203
203
OrgAgendaTagsOptions *OrgAgendaTagsOptions*
204
204
205
205
Fields: ~
206
- {filters?} (OrgAgendaFilter )
206
+ {filters?} (OrgApiAgendaFilter )
207
207
{todo_only?} (boolean)
208
208
209
209
You can’t perform that action at this time.
0 commit comments