3636
3737
3838class CalendarDto (object ):
39- """iCalendar document representation
39+ """iCalendar document representation.
4040 """
4141
4242 """
@@ -167,7 +167,7 @@ def __init__(self, attachments: List[Attachment] = None, attendees: List[MailAdd
167167 def attachments (self ) -> List [Attachment ]:
168168 """Gets the attachments of this CalendarDto.
169169
170- Document attachments
170+ Document attachments.
171171
172172 :return: The attachments of this CalendarDto.
173173 :rtype: list[Attachment]
@@ -178,7 +178,7 @@ def attachments(self) -> List[Attachment]:
178178 def attachments (self , attachments : List [Attachment ]):
179179 """Sets the attachments of this CalendarDto.
180180
181- Document attachments
181+ Document attachments.
182182
183183 :param attachments: The attachments of this CalendarDto.
184184 :type: list[Attachment]
@@ -189,7 +189,7 @@ def attachments(self, attachments: List[Attachment]):
189189 def attendees (self ) -> List [MailAddress ]:
190190 """Gets the attendees of this CalendarDto.
191191
192- Event attendees
192+ Event attendees.
193193
194194 :return: The attendees of this CalendarDto.
195195 :rtype: list[MailAddress]
@@ -200,7 +200,7 @@ def attendees(self) -> List[MailAddress]:
200200 def attendees (self , attendees : List [MailAddress ]):
201201 """Sets the attendees of this CalendarDto.
202202
203- Event attendees
203+ Event attendees.
204204
205205 :param attendees: The attendees of this CalendarDto.
206206 :type: list[MailAddress]
@@ -213,7 +213,7 @@ def attendees(self, attendees: List[MailAddress]):
213213 def description (self ) -> str :
214214 """Gets the description of this CalendarDto.
215215
216- Description
216+ Description.
217217
218218 :return: The description of this CalendarDto.
219219 :rtype: str
@@ -224,7 +224,7 @@ def description(self) -> str:
224224 def description (self , description : str ):
225225 """Sets the description of this CalendarDto.
226226
227- Description
227+ Description.
228228
229229 :param description: The description of this CalendarDto.
230230 :type: str
@@ -235,7 +235,7 @@ def description(self, description: str):
235235 def end_date (self ) -> datetime :
236236 """Gets the end_date of this CalendarDto.
237237
238- End date
238+ End date.
239239
240240 :return: The end_date of this CalendarDto.
241241 :rtype: datetime
@@ -246,7 +246,7 @@ def end_date(self) -> datetime:
246246 def end_date (self , end_date : datetime ):
247247 """Sets the end_date of this CalendarDto.
248248
249- End date
249+ End date.
250250
251251 :param end_date: The end_date of this CalendarDto.
252252 :type: datetime
@@ -259,7 +259,7 @@ def end_date(self, end_date: datetime):
259259 def end_time_zone (self ) -> str :
260260 """Gets the end_time_zone of this CalendarDto.
261261
262- End time zone
262+ End time zone.
263263
264264 :return: The end_time_zone of this CalendarDto.
265265 :rtype: str
@@ -270,7 +270,7 @@ def end_time_zone(self) -> str:
270270 def end_time_zone (self , end_time_zone : str ):
271271 """Sets the end_time_zone of this CalendarDto.
272272
273- End time zone
273+ End time zone.
274274
275275 :param end_time_zone: The end_time_zone of this CalendarDto.
276276 :type: str
@@ -281,7 +281,7 @@ def end_time_zone(self, end_time_zone: str):
281281 def flags (self ) -> List [str ]:
282282 """Gets the flags of this CalendarDto.
283283
284- Appointment flags
284+ Appointment flags. Items: Enumerates iCalendar flags. Enum, available values: None, AllDayEvent
285285
286286 :return: The flags of this CalendarDto.
287287 :rtype: list[str]
@@ -292,7 +292,7 @@ def flags(self) -> List[str]:
292292 def flags (self , flags : List [str ]):
293293 """Sets the flags of this CalendarDto.
294294
295- Appointment flags
295+ Appointment flags. Items: Enumerates iCalendar flags. Enum, available values: None, AllDayEvent
296296
297297 :param flags: The flags of this CalendarDto.
298298 :type: list[str]
@@ -303,7 +303,7 @@ def flags(self, flags: List[str]):
303303 def is_description_html (self ) -> bool :
304304 """Gets the is_description_html of this CalendarDto.
305305
306- Indicates if description is in HTML format
306+ Indicates if description is in HTML format.
307307
308308 :return: The is_description_html of this CalendarDto.
309309 :rtype: bool
@@ -314,7 +314,7 @@ def is_description_html(self) -> bool:
314314 def is_description_html (self , is_description_html : bool ):
315315 """Sets the is_description_html of this CalendarDto.
316316
317- Indicates if description is in HTML format
317+ Indicates if description is in HTML format.
318318
319319 :param is_description_html: The is_description_html of this CalendarDto.
320320 :type: bool
@@ -327,7 +327,7 @@ def is_description_html(self, is_description_html: bool):
327327 def location (self ) -> str :
328328 """Gets the location of this CalendarDto.
329329
330- Location
330+ Location.
331331
332332 :return: The location of this CalendarDto.
333333 :rtype: str
@@ -338,7 +338,7 @@ def location(self) -> str:
338338 def location (self , location : str ):
339339 """Sets the location of this CalendarDto.
340340
341- Location
341+ Location.
342342
343343 :param location: The location of this CalendarDto.
344344 :type: str
@@ -425,7 +425,7 @@ def microsoft_intended_status(self, microsoft_intended_status: str):
425425 def optional_attendees (self ) -> List [MailAddress ]:
426426 """Gets the optional_attendees of this CalendarDto.
427427
428- Optional attendees
428+ Optional attendees.
429429
430430 :return: The optional_attendees of this CalendarDto.
431431 :rtype: list[MailAddress]
@@ -436,7 +436,7 @@ def optional_attendees(self) -> List[MailAddress]:
436436 def optional_attendees (self , optional_attendees : List [MailAddress ]):
437437 """Sets the optional_attendees of this CalendarDto.
438438
439- Optional attendees
439+ Optional attendees.
440440
441441 :param optional_attendees: The optional_attendees of this CalendarDto.
442442 :type: list[MailAddress]
@@ -447,7 +447,7 @@ def optional_attendees(self, optional_attendees: List[MailAddress]):
447447 def organizer (self ) -> MailAddress :
448448 """Gets the organizer of this CalendarDto.
449449
450- Event organizer
450+ Event organizer.
451451
452452 :return: The organizer of this CalendarDto.
453453 :rtype: MailAddress
@@ -458,7 +458,7 @@ def organizer(self) -> MailAddress:
458458 def organizer (self , organizer : MailAddress ):
459459 """Sets the organizer of this CalendarDto.
460460
461- Event organizer
461+ Event organizer.
462462
463463 :param organizer: The organizer of this CalendarDto.
464464 :type: MailAddress
@@ -493,7 +493,7 @@ def recurrence_string(self, recurrence_string: str):
493493 def reminders (self ) -> List [CalendarReminder ]:
494494 """Gets the reminders of this CalendarDto.
495495
496- Reminders
496+ Reminders.
497497
498498 :return: The reminders of this CalendarDto.
499499 :rtype: list[CalendarReminder]
@@ -504,7 +504,7 @@ def reminders(self) -> List[CalendarReminder]:
504504 def reminders (self , reminders : List [CalendarReminder ]):
505505 """Sets the reminders of this CalendarDto.
506506
507- Reminders
507+ Reminders.
508508
509509 :param reminders: The reminders of this CalendarDto.
510510 :type: list[CalendarReminder]
@@ -537,7 +537,7 @@ def sequence_id(self, sequence_id: str):
537537 def start_date (self ) -> datetime :
538538 """Gets the start_date of this CalendarDto.
539539
540- Start date
540+ Start date.
541541
542542 :return: The start_date of this CalendarDto.
543543 :rtype: datetime
@@ -548,7 +548,7 @@ def start_date(self) -> datetime:
548548 def start_date (self , start_date : datetime ):
549549 """Sets the start_date of this CalendarDto.
550550
551- Start date
551+ Start date.
552552
553553 :param start_date: The start_date of this CalendarDto.
554554 :type: datetime
@@ -561,7 +561,7 @@ def start_date(self, start_date: datetime):
561561 def start_time_zone (self ) -> str :
562562 """Gets the start_time_zone of this CalendarDto.
563563
564- Start time zone
564+ Start time zone.
565565
566566 :return: The start_time_zone of this CalendarDto.
567567 :rtype: str
@@ -572,7 +572,7 @@ def start_time_zone(self) -> str:
572572 def start_time_zone (self , start_time_zone : str ):
573573 """Sets the start_time_zone of this CalendarDto.
574574
575- Start time zone
575+ Start time zone.
576576
577577 :param start_time_zone: The start_time_zone of this CalendarDto.
578578 :type: str
@@ -607,7 +607,7 @@ def status(self, status: str):
607607 def summary (self ) -> str :
608608 """Gets the summary of this CalendarDto.
609609
610- Summary
610+ Summary.
611611
612612 :return: The summary of this CalendarDto.
613613 :rtype: str
@@ -618,7 +618,7 @@ def summary(self) -> str:
618618 def summary (self , summary : str ):
619619 """Sets the summary of this CalendarDto.
620620
621- Summary
621+ Summary.
622622
623623 :param summary: The summary of this CalendarDto.
624624 :type: str
0 commit comments