User Tools

Site Tools


planner

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
planner [2023/06/27 10:30]
clubadmin
planner [2023/06/28 16:22] (current)
Line 112: Line 112:
         /// <param name="roomid">id of the room</param>         /// <param name="roomid">id of the room</param>
         /// <param name="memberid">optional, will also add reservation for this member</param>         /// <param name="memberid">optional, will also add reservation for this member</param>
-        /// <param name="activity">optional</param>+        /// <param name="activityId">optional id (number)</param>
         /// <param name="employeeid">optional, id of the employee</param>         /// <param name="employeeid">optional, id of the employee</param>
         /// <param name="from">optional</param>         /// <param name="from">optional</param>
  
 +Example:
 +
 +https://demo.clubplanner.be/api/planner/addcalendaritem?token=DEMOTOKEN&fromdate=2023-01-01T12:30:00&todate=2023-01-01T13:00:00&description=testdescription&calendarid=46&roomid=1
 ===== Planner.AddToWaitingList=====  ===== Planner.AddToWaitingList===== 
  
Line 163: Line 166:
         /// <param name="from">optional</param>             /// <param name="from">optional</param>    
  
 +===== Planner.GetFreeTimeslots ===== 
 +Returns a list with free timeslots for a given activity
  
 +        /// <param name="token"></param>
 +        /// <param name="calendarid">id of the calendar</param>
 +        /// <param name="date">date of the selected day</param>
 +        /// <param name="activityId">id of the activity (number)</param>
 +        
 +        
 +https://demo.clubplanner.be/api/planner/GetFreeTimeslots?token=DEMOTOKEN&date=2023-10-01&calendarid=46&activityId=1
 +
 +===== Planner.GetActivities ===== 
 +Returns a list of activities linked to a calendar
 +
 +        /// <param name="token"></param>
 +        /// <param name="calendarid">id of the calendar</param>
 +          
 +https://demo.clubplanner.be/api/planner/GetActivities?token=DEMOTOKEN&calendarid=92
planner.1687854641.txt.gz ยท Last modified: 2023/06/27 10:30 (external edit)