o
    ,Âif%  ã                   @   s\   d dl mZ d dlmZ d dlmZ d dlmZ d dlm	Z	 d dl
mZ G dd„ deƒZd	S )
é    )ÚEntity)ÚEntityCollection)ÚPlannerBucket)ÚPlannerPlanCollection)ÚPlannerTask)ÚResourcePathc                   @   s4   e Zd ZdZedd„ ƒZedd„ ƒZedd„ ƒZdS )	ÚPlannerz¦
    The planner resource is the entry point for the Planner object model.
    It returns a singleton planner resource. It doesn't contain any usable properties.
    c              	   C   ó    | j  dt| jttd| jƒƒ¡S )z0Returns the plannerBuckets assigned to the user.Úbuckets)Ú
propertiesÚgetr   Úcontextr   r   Úresource_path©Úself© r   úR/var/www/html/corbot_env/lib/python3.10/site-packages/office365/planner/planner.pyr
      ó   ÿþzPlanner.bucketsc              	   C   r	   )ú.Returns the plannerTasks assigned to the user.Útasks)r   r   r   r   r   r   r   r   r   r   r   r      r   zPlanner.tasksc                 C   s   | j  dt| jtd| jƒƒ¡S )r   Úplans)r   r   r   r   r   r   r   r   r   r   r   %   s   ÿþzPlanner.plansN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Úpropertyr
   r   r   r   r   r   r   r   	   s    



r   N)Úoffice365.entityr   Úoffice365.entity_collectionr   Ú office365.planner.buckets.bucketr   Ú"office365.planner.plans.collectionr   Úoffice365.planner.tasks.taskr   Ú%office365.runtime.paths.resource_pathr   r   r   r   r   r   Ú<module>   s    