@@ -271,26 +271,26 @@ def new(
271271 busy_type: The :attr:`busy_type` of the availability.
272272 categories: The :attr:`categories` of the availability.
273273 classification: The :attr:`classification` of the availability.
274- comments: The :attr:`comments` of the availability.
275- concepts: The :attr:`concepts` of the availability.
274+ comments: The :attr:`~icalendar.cal.component.Component. comments` of the availability.
275+ concepts: The :attr:`~icalendar.cal.component.Component. concepts` of the availability.
276276 contacts: The :attr:`contacts` of the availability.
277- created: The :attr:`created` of the availability.
277+ created: The :attr:`~icalendar.cal.component.Component. created` of the availability.
278278 description: The :attr:`description` of the availability.
279279 end: The :attr:`end` of the availability.
280- last_modified: The :attr:`last_modified` of the
280+ last_modified: The :attr:`~icalendar.cal.component.Component. last_modified` of the
281281 availability.
282- links: The :attr:`links` of the availability.
282+ links: The :attr:`~icalendar.cal.component.Component. links` of the availability.
283283 location: The :attr:`location` of the availability.
284284 organizer: The :attr:`organizer` of the availability.
285- refids: :attr:`refids` of the availability.
286- related_to: :attr:`related_to` of the availability.
285+ refids: :attr:`~icalendar.cal.component.Component. refids` of the availability.
286+ related_to: :attr:`~icalendar.cal.component.Component. related_to` of the availability.
287287 sequence: The :attr:`sequence` of the availability.
288- stamp: The :attr:`stamp` of the availability.
288+ stamp: The :attr:`~icalendar.cal.component.Component. stamp` of the availability.
289289 If None, this is set to the current time.
290290 start: The :attr:`start` of the availability.
291- subcomponents: The :attr:`subcomponents` of the availability.
291+ subcomponents: The :attr:`~icalendar.cal.component.Component. subcomponents` of the availability.
292292 summary: The :attr:`summary` of the availability.
293- uid: The :attr:`uid` of the availability.
293+ uid: The :attr:`~icalendar.cal.component.Component. uid` of the availability.
294294 If ``None``, this is set to a new :func:`uuid.uuid4`.
295295 url: The :attr:`url` of the availability.
296296
0 commit comments