Browse Source

fix add to calendar start and end date

am
farhan 4 months ago
parent
commit
5aa70014e7
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      resources/views/modals/calendar-modal.blade.php

+ 2
- 2
resources/views/modals/calendar-modal.blade.php View File

272
         console.log("Operating System: " + os);
272
         console.log("Operating System: " + os);
273
 
273
 
274
         const title = 'Event Title';
274
         const title = 'Event Title';
275
-        const startDate = '20240720T090000Z';
276
-        const endDate = '20240720T100000Z';
275
+        const startDate = '20240817T110000Z';
276
+        const endDate = '20240817T160000Z';
277
         const details = 'Event Details';
277
         const details = 'Event Details';
278
         const location = 'Event Location';
278
         const location = 'Event Location';
279
 
279
 

Loading…
Cancel
Save