add-event-to-calendar-docs
add-event-to-calendar-docs copied to clipboard
📅 Docs how to generate links to add events to online calendar services
Hi, I try using the outlook deeplink, it's actually worked. But after is press on "send" button, I got a blank screen. It happened also in Live or 365 version....
How to add a custom notification, for example 60 minutes before the event, to a Google calendar hyperlink? Reference: https://icalendar.org/iCalendar-RFC-5545/3-2-14-alarm-trigger-relationship.html
Using this example link: https://outlook.live.com/calendar/0/deeplink/compose?path=/calendar/action/compose&rru=addevent&startdt=2020-12-31T19:30:00Z&enddt=2020-12-31T22:30:00Z&subject=Birthday&body=With%20clowns%20and%20stuff&location=North%20Pole Will show correctly on desktop but using the same link in iOS (but I'm told this also is a problem on Android) will fail to...
currently, I am using this API to create an event in outlook: https://outlook.live.com/calendar/0/deeplink/compose?rru=addevent&startdt=2020-02-13T13:00:00&enddt=2020-02-13T14:00:00&subject=Test+Event&location=Dublin How to add repeat/recurrence in outlook? It is simple to do in google API but can not...
Cannot add a reminder through the rem1 parameter. https://calendar.yahoo.com/?v=60&view=d&type=20&TITLE=Opening%20Ceremony&ST=20211115T093000&ET=20211115T103000&rem1=15M
Sprops seem to be ignored. They don't show up in https://www.googleapis.com/calendar/v3/calendars/calendarId/events/eventId
How can we pass custom timezone in yahoo and outlook
When I am accessing below link from mobile and its showing me some random time and not the time which I am passing https://outlook.office.com/calendar/0/deeplink/compose?&path=/calendar/action/composerru=addevent&subject=Self-Guided%20Tour%20at%20DNC%20:%20Meenus%20Res%20Venus%20Villas&startdt=2021-04-08T06:00:00&enddt=2021-04-08T06:30:00&location=DNC%20:%20Meenus%20Res%20Venus%20Villas,%20430%20S%20Fairview%20Avenue%20Santa%20Barbara,%20CA%2093117
ST = 20201231T193000 - 7:30 PM ST = 20201231T193000Z is also showing same time here is the. URL(s): Does not includes (Z): https://calendar.yahoo.com/?v=60&TITLE=Birthday&ST=20201231T193000&ET=20201231T223000&DESC=With%20clowns%20and%20stuff&in_loc=North%20Pole&inv_list=John+Doe+%[email protected]%3E,Jane+Doe+%[email protected]%3E Includes(Z): https://calendar.yahoo.com/?v=60&TITLE=Birthday&ST=20201231T193000Z&ET=20201231T223000Z&DESC=With%20clowns%20and%20stuff&in_loc=North%20Pole&inv_list=John+Doe+%[email protected]%3E,Jane+Doe+%[email protected]%3E
In Chrome and Firefox, when creating Outlook calendar events using a URL like your example: https://outlook.live.com/calendar/0/deeplink/compose?path=/calendar/action/compose&rru=addevent&startdt=2020-12-31T19:30:00Z&enddt=2020-12-31T22:30:00Z&subject=Birthday&body=With%20clowns%20and%20stuff&location=North%20Pole Outlook converts all spaces to plus signs in the subject and body. No amount...