{"id":5165,"date":"2026-06-18T14:17:10","date_gmt":"2026-06-18T14:17:10","guid":{"rendered":"https:\/\/rimanagency.com\/calendar-event-link-generator-add-to-google-outlook-apple-ics-in-one-click\/"},"modified":"2026-06-18T14:17:10","modified_gmt":"2026-06-18T14:17:10","slug":"calendar-event-link-generator-add-to-google-outlook-apple-ics-in-one-click","status":"publish","type":"page","link":"https:\/\/rimanagency.com\/fr\/calendar-event-link-generator-add-to-google-outlook-apple-ics-in-one-click\/","title":{"rendered":"G\u00e9n\u00e9rateur de liens vers des \u00e9v\u00e9nements de calendrier \u2014 Ajoutez-les \u00e0 Google, Outlook, Apple et ICS en un clic"},"content":{"rendered":"<style>.rt-h{background:linear-gradient(135deg,#f1f5e8,#e8efdb);border-radius:14px;padding:32px;margin:0 0 24px;text-align:center}.rt-h h1{margin:0 0 10px;font-size:28px;color:#4a6320}.rt-g{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:0 0 24px}.rt-f,.rt-o{background:#fff;border:1px solid #e0e6d8;border-radius:10px;padding:22px}.rt-f h3,.rt-o h3{margin:0 0 14px;color:#4a6320;font-size:18px}.rt-f label{display:block;font-size:13px;color:#516048;font-weight:600;margin:10px 0 6px}.rt-f input,.rt-f select,.rt-f textarea{width:100%;padding:9px;border:1px solid #d4dac6;border-radius:6px;font-size:14px;box-sizing:border-box;font-family:inherit}.rt-btn{background:#719430;color:#fff;border:none;padding:11px 20px;border-radius:6px;font-weight:700;cursor:pointer;width:100%;margin-top:14px;font-size:15px}.rt-btn:hover{background:#4a6320}.rt-cta{background:linear-gradient(135deg,#719430,#4a6320);color:#fff;border-radius:14px;padding:32px;text-align:center;margin:30px 0}.rt-cta h3{margin:0 0 6px;color:#fff}.rt-cta a{background:#fff;color:#4a6320;padding:12px 28px;border-radius:6px;font-weight:700;text-decoration:none;display:inline-block;margin-top:14px}.rt-o-big{font-size:36px;font-weight:800;color:#719430;text-align:center;margin:6px 0;word-break:break-word}@media(max-width:768px){.rt-g{grid-template-columns:1fr}}<\/style>\n<div class=\"rt-h\">\n<h1>Calendar Event Link Generator<\/h1>\n<p>Build &#8220;Add to Calendar&#8221; links for Google Calendar, Outlook 365, Yahoo, and downloadable .ics files. Drop them into emails, landing pages, webinar signups, and event invitations so users can add the event in one tap.<\/p>\n<\/div>\n<div class=\"rt-g\">\n<div class=\"rt-f\">\n<h3>Event Inputs<\/h3>\n<p><label>Event title<\/label><input type=\"text\" id=\"cl-title\" placeholder=\"Q4 Marketing Strategy Webinar\"><label>Start date\/time (YYYY-MM-DD HH:MM)<\/label><input type=\"text\" id=\"cl-start\" placeholder=\"2026-09-15 14:00\"><label>End date\/time (YYYY-MM-DD HH:MM)<\/label><input type=\"text\" id=\"cl-end\" placeholder=\"2026-09-15 15:00\"><label>Time zone<\/label><select id=\"cl-tz\"><option value=\"UTC\" selected>UTC<\/option><option value=\"America\/New_York\">America\/New_York (Eastern)<\/option><option value=\"America\/Chicago\">America\/Chicago (Central)<\/option><option value=\"America\/Denver\">America\/Denver (Mountain)<\/option><option value=\"America\/Los_Angeles\">America\/Los_Angeles (Pacific)<\/option><option value=\"America\/Toronto\">America\/Toronto<\/option><option value=\"Europe\/London\">Europe\/London<\/option><option value=\"Europe\/Paris\">Europe\/Paris<\/option><option value=\"Asia\/Tokyo\">Asia\/Tokyo<\/option><option value=\"Australia\/Sydney\">Australia\/Sydney<\/option><\/select><label>Location or URL<\/label><input type=\"text\" id=\"cl-location\" placeholder=\"https:\/\/zoom.us\/j\/12345\"><label>Description<\/label><textarea id=\"cl-desc\" rows=\"3\" placeholder=\"Join our quarterly marketing strategy webinar...\"><\/textarea><\/div>\n<div class=\"rt-o\">\n<h3>Calendar Links<\/h3>\n<div id=\"cl-out\" style=\"background:#fafafa;border:1px solid #e0e6d8;border-radius:8px;padding:14px;font-size:14px;min-height:80px;line-height:1.5\"><\/div>\n<\/div>\n<\/div>\n<p><script>function cCl(){var title=encodeURIComponent(document.getElementById(\"cl-title\").value);var start=document.getElementById(\"cl-start\").value.trim();var end=document.getElementById(\"cl-end\").value.trim();var tz=document.getElementById(\"cl-tz\").value;var loc=encodeURIComponent(document.getElementById(\"cl-location\").value);var desc=encodeURIComponent(document.getElementById(\"cl-desc\").value);function fmtGoogle(s){return s.replace(\/[-:]\/g,\"\").replace(\" \",\"T\")+\"00\"}function fmtIcs(s){return s.replace(\/[-:]\/g,\"\").replace(\" \",\"T\")+\"00\"}var gStart=fmtGoogle(start),gEnd=fmtGoogle(end);var google=\"https:\/\/calendar.google.com\/calendar\/render?action=TEMPLATE&text=\"+title+\"&dates=\"+gStart+\"\/\"+gEnd+\"&ctz=\"+encodeURIComponent(tz)+\"&location=\"+loc+\"&details=\"+desc;var outlook=\"https:\/\/outlook.live.com\/calendar\/0\/deeplink\/compose?path=\/calendar\/action\/compose&rru=addevent&startdt=\"+encodeURIComponent(start.replace(\" \",\"T\"))+\"&enddt=\"+encodeURIComponent(end.replace(\" \",\"T\"))+\"&subject=\"+title+\"&body=\"+desc+\"&location=\"+loc;var office365=\"https:\/\/outlook.office.com\/calendar\/0\/deeplink\/compose?path=\/calendar\/action\/compose&rru=addevent&startdt=\"+encodeURIComponent(start.replace(\" \",\"T\"))+\"&enddt=\"+encodeURIComponent(end.replace(\" \",\"T\"))+\"&subject=\"+title+\"&body=\"+desc+\"&location=\"+loc;var yahoo=\"https:\/\/calendar.yahoo.com\/?v=60&title=\"+title+\"&st=\"+gStart+\"&et=\"+gEnd+\"&desc=\"+desc+\"&in_loc=\"+loc;var ics=\"BEGIN:VCALENDAR\\nVERSION:2.0\\nBEGIN:VEVENT\\nUID:\"+Date.now()+\"@rimanagency\\nDTSTART:\"+gStart+\"\\nDTEND:\"+gEnd+\"\\nSUMMARY:\"+decodeURIComponent(title)+\"\\nDESCRIPTION:\"+decodeURIComponent(desc)+\"\\nLOCATION:\"+decodeURIComponent(loc)+\"\\nEND:VEVENT\\nEND:VCALENDAR\";var icsBlob=URL.createObjectURL(new Blob([ics],{type:\"text\/calendar\"}));var html=\"<\/p>\n<div style=\\\"display:grid;gap:10px\\\">\";html+=\"<a href=\\\"\"+google+\"\\\" target=\\\"_blank\\\" style=\\\"background:#fff;border:1px solid #e0e6d8;border-radius:8px;padding:12px 14px;text-decoration:none;color:#4a6320;font-weight:600\\\">\u2192 Add to Google Calendar<\/a>\";html+=\"<a href=\\\"\"+office365+\"\\\" target=\\\"_blank\\\" style=\\\"background:#fff;border:1px solid #e0e6d8;border-radius:8px;padding:12px 14px;text-decoration:none;color:#4a6320;font-weight:600\\\">\u2192 Add to Office 365 \/ Outlook<\/a>\";html+=\"<a href=\\\"\"+outlook+\"\\\" target=\\\"_blank\\\" style=\\\"background:#fff;border:1px solid #e0e6d8;border-radius:8px;padding:12px 14px;text-decoration:none;color:#4a6320;font-weight:600\\\">\u2192 Add to Outlook.com<\/a>\";html+=\"<a href=\\\"\"+yahoo+\"\\\" target=\\\"_blank\\\" style=\\\"background:#fff;border:1px solid #e0e6d8;border-radius:8px;padding:12px 14px;text-decoration:none;color:#4a6320;font-weight:600\\\">\u2192 Add to Yahoo Calendar<\/a>\";html+=\"<a href=\\\"\"+icsBlob+\"\\\" download=\\\"event.ics\\\" style=\\\"background:#fff;border:1px solid #e0e6d8;border-radius:8px;padding:12px 14px;text-decoration:none;color:#4a6320;font-weight:600\\\">\u2b07 Download .ics (Apple Calendar, all desktop)<\/a>\";html+=\"<\/div>\n<div style=\\\"margin-top:14px;background:#1e1e1e;color:#a3c163;padding:12px;border-radius:8px;font-family:Consolas,monospace;font-size:11px;overflow:auto;max-height:200px\\\">\n<div style=\\\"font-size:10px;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px\\\">Embed HTML<\/div>\n<pre style=\\\"margin:0;white-space:pre-wrap\\\">&lt;a href=\\\"\"+google+\"\\\"&gt;Add to Google Calendar&lt;\/a&gt;<\/pre>\n<\/div>\n<p>\";document.getElementById(\"cl-out\").innerHTML=html}[\"cl-title\",\"cl-start\",\"cl-end\",\"cl-tz\",\"cl-location\",\"cl-desc\"].forEach(function(id){document.getElementById(id).addEventListener(\"input\",cCl);document.getElementById(id).addEventListener(\"change\",cCl)});cCl();<\/script><\/p>\n<h2>How to use the Calendar Event Link Generator<\/h2>\n<p>Enter event title, start\/end times in YYYY-MM-DD HH:MM format, time zone, location or meeting URL, and description. The tool generates four &#8220;Add to Calendar&#8221; links \u2014 Google, Office 365, Outlook.com, Yahoo \u2014 plus a downloadable .ics file that works in Apple Calendar and all desktop clients. Copy any link to embed in your email or landing page.<\/p>\n<h2>Why this tool matters<\/h2>\n<p>Webinar signups, event invitations, product launches, and customer onboarding emails all benefit from a one-click &#8220;Add to Calendar&#8221; CTA. Show rates for events with calendar links average 30-40% higher than events without. The .ics standard works everywhere; pre-generated Google\/Outlook links make it even smoother for mainstream users.<\/p>\n<h2>Common use cases<\/h2>\n<ul>\n<li>Webinar signup confirmation emails<\/li>\n<li>Event invitation landing pages<\/li>\n<li>Customer onboarding flows with scheduled milestones<\/li>\n<li>Conference attendee pre-event emails<\/li>\n<li>Sales meeting confirmations with auto-calendar add<\/li>\n<li>Product launch reminder campaigns<\/li>\n<\/ul>\n<h2>Time zones matter<\/h2>\n<p>Specifying a time zone tells calendar apps how to display the event for users in different regions. Without it, a 2pm Eastern webinar shows as 2pm to a user in California (wrong \u2014 should be 11am Pacific). The tool includes time zone in Google links and .ics output.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<p><strong>Why does my .ics download as a different time?<\/strong><br \/>The .ics file uses your specified time in the time zone you set. Apple Calendar (and others) display it in the user\\u2019s local zone \u2014 which may differ. The actual event time is correct.<\/p>\n<p><strong>Can I include recurring events?<\/strong><br \/>The current tool generates single events only. For recurring (RRULE) events, edit the .ics manually after download or use a dedicated calendar tool.<\/p>\n<p><strong>How do I add attachments or attendees?<\/strong><br \/>.ics supports both via ATTACH and ATTENDEE fields. Edit the downloaded .ics manually to add them. The web links (Google, Outlook) typically only support attendee invitation through the platform\\u2019s own UI.<\/p>\n<p><strong>Should I use .ics or the platform-specific links?<\/strong><br \/>Use both. Show a &#8220;Add to Google&#8221;, &#8220;Add to Outlook&#8221;, &#8220;Add to Apple\/.ics&#8221; set. Each platform user gets a one-click option. Conversion lifts measurably.<\/p>\n<div class=\"rt-cta\">\n<h3>Building event marketing programs that need to drive high show rates?<\/h3>\n<p style=\"margin:0;opacity:.95\">Riman Agency runs event and webinar programs end-to-end.<\/p>\n<p><a href=\"\/contact\/\">Plan an Event Program<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Calendar Event Link Generator Build &#8220;Add to Calendar&#8221; links for Google Calendar, Outlook 365, Yahoo, and downloadable .ics files. Drop them into emails, landing pages, webinar signups, and event invitations so users can add the event in one tap. Event Inputs Event titleStart date\/time (YYYY-MM-DD HH:MM)End date\/time (YYYY-MM-DD HH:MM)Time zoneUTCAmerica\/New_York (Eastern)America\/Chicago (Central)America\/Denver (Mountain)America\/Los_Angeles (Pacific)America\/TorontoEurope\/LondonEurope\/ParisAsia\/TokyoAustralia\/SydneyLocation or [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5165","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Calendar Event Link Generator \u2014 Add to Google, Outlook, Apple, ICS in One Click - Riman Agency<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rimanagency.com\/fr\/calendar-event-link-generator-add-to-google-outlook-apple-ics-in-one-click\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Calendar Event Link Generator \u2014 Add to Google, Outlook, Apple, ICS in One Click - Riman Agency\" \/>\n<meta property=\"og:description\" content=\"Calendar Event Link Generator Build &#8220;Add to Calendar&#8221; links for Google Calendar, Outlook 365, Yahoo, and downloadable .ics files. Drop them into emails, landing pages, webinar signups, and event invitations so users can add the event in one tap. Event Inputs Event titleStart date\/time (YYYY-MM-DD HH:MM)End date\/time (YYYY-MM-DD HH:MM)Time zoneUTCAmerica\/New_York (Eastern)America\/Chicago (Central)America\/Denver (Mountain)America\/Los_Angeles (Pacific)America\/TorontoEurope\/LondonEurope\/ParisAsia\/TokyoAustralia\/SydneyLocation or [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rimanagency.com\/fr\/calendar-event-link-generator-add-to-google-outlook-apple-ics-in-one-click\/\" \/>\n<meta property=\"og:site_name\" content=\"Riman Agency\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/calendar-event-link-generator-add-to-google-outlook-apple-ics-in-one-click\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/calendar-event-link-generator-add-to-google-outlook-apple-ics-in-one-click\\\/\",\"name\":\"Calendar Event Link Generator \u2014 Add to Google, Outlook, Apple, ICS in One Click - Riman Agency\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\"},\"datePublished\":\"2026-06-18T14:17:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/calendar-event-link-generator-add-to-google-outlook-apple-ics-in-one-click\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/rimanagency.com\\\/calendar-event-link-generator-add-to-google-outlook-apple-ics-in-one-click\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/calendar-event-link-generator-add-to-google-outlook-apple-ics-in-one-click\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/rimanagency.com\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Calendar Event Link Generator \u2014 Add to Google, Outlook, Apple, ICS in One Click\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"name\":\"Riman Agency\",\"description\":\"A Full Service Digital Marketing Agency\",\"publisher\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/rimanagency.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\",\"name\":\"Riman Agency\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"contentUrl\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"width\":694,\"height\":211,\"caption\":\"Riman Agency\"},\"image\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"G\u00e9n\u00e9rateur de liens vers des \u00e9v\u00e9nements de calendrier\u00a0\u2014 Ajoutez-les \u00e0 Google, Outlook, Apple et ICS en un clic\u00a0\u2014 Agence Riman","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/rimanagency.com\/fr\/calendar-event-link-generator-add-to-google-outlook-apple-ics-in-one-click\/","og_locale":"fr_CA","og_type":"article","og_title":"Calendar Event Link Generator \u2014 Add to Google, Outlook, Apple, ICS in One Click - Riman Agency","og_description":"Calendar Event Link Generator Build &#8220;Add to Calendar&#8221; links for Google Calendar, Outlook 365, Yahoo, and downloadable .ics files. Drop them into emails, landing pages, webinar signups, and event invitations so users can add the event in one tap. Event Inputs Event titleStart date\/time (YYYY-MM-DD HH:MM)End date\/time (YYYY-MM-DD HH:MM)Time zoneUTCAmerica\/New_York (Eastern)America\/Chicago (Central)America\/Denver (Mountain)America\/Los_Angeles (Pacific)America\/TorontoEurope\/LondonEurope\/ParisAsia\/TokyoAustralia\/SydneyLocation or [&hellip;]","og_url":"https:\/\/rimanagency.com\/fr\/calendar-event-link-generator-add-to-google-outlook-apple-ics-in-one-click\/","og_site_name":"Riman Agency","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rimanagency.com\/calendar-event-link-generator-add-to-google-outlook-apple-ics-in-one-click\/","url":"https:\/\/rimanagency.com\/calendar-event-link-generator-add-to-google-outlook-apple-ics-in-one-click\/","name":"G\u00e9n\u00e9rateur de liens vers des \u00e9v\u00e9nements de calendrier\u00a0\u2014 Ajoutez-les \u00e0 Google, Outlook, Apple et ICS en un clic\u00a0\u2014 Agence Riman","isPartOf":{"@id":"https:\/\/rimanagency.com\/#website"},"datePublished":"2026-06-18T14:17:10+00:00","breadcrumb":{"@id":"https:\/\/rimanagency.com\/calendar-event-link-generator-add-to-google-outlook-apple-ics-in-one-click\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rimanagency.com\/calendar-event-link-generator-add-to-google-outlook-apple-ics-in-one-click\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rimanagency.com\/calendar-event-link-generator-add-to-google-outlook-apple-ics-in-one-click\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rimanagency.com\/home\/"},{"@type":"ListItem","position":2,"name":"Calendar Event Link Generator \u2014 Add to Google, Outlook, Apple, ICS in One Click"}]},{"@type":"WebSite","@id":"https:\/\/rimanagency.com\/#website","url":"https:\/\/rimanagency.com\/","name":"Agence Riman","description":"Une agence de marketing num\u00e9rique \u00e0 service complet","publisher":{"@id":"https:\/\/rimanagency.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rimanagency.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/rimanagency.com\/#organization","name":"Agence Riman","url":"https:\/\/rimanagency.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/","url":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","contentUrl":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","width":694,"height":211,"caption":"Riman Agency"},"image":{"@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages\/5165","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/comments?post=5165"}],"version-history":[{"count":0,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages\/5165\/revisions"}],"wp:attachment":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/media?parent=5165"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}