Integrate FullCalendar.io in Power Pages: Part 1 - Event Objects in JSON

Опубликовано: 16 Май 2026
на канале: Franco Musso
840
3

00:00:00 Introduction
00:00:19 Static Example of JSON
00:00:33 Use Advaned Find to build a Fetch XML query
00:03:13 Create a Web Template in the Portal Management App
00:03:53 Prepare the Fetch XML
00:05:00 If statement to check whether any result returned
00:05:34 For loop to output each result (event)
00:06:54 Use forloop.last to deal with comma separators
00:08:02 Get our web template onto the portal as a JSON endpoint
00:13:21 Validate the JSON
00:13:43 Populate the event feed with dynamic values from Dataverse
00:14:40 Converting dates to ISO8601 format
00:18:25 Outputting lookup fields, and fields from related records
00:20:56 Outputting choice columns
00:22:05 Summary of the code so far
00:22:53 Escaping HTML fields
00:23:12 Validating the JSON & troubleshooting