Giter Site home page Giter Site logo

interactiondesignfoundation / add-event-to-calendar-docs Goto Github PK

View Code? Open in Web Editor NEW
411.0 19.0 56.0 94 KB

📅 Docs how to generate links to add events to online calendar services

Home Page: https://interactiondesignfoundation.github.io/add-event-to-calendar-docs/

License: MIT License

google-calendar yahoo-calendar outlook-calendar webcalendar calendar calendar-link hacktoberfest

add-event-to-calendar-docs's People

Contributors

ahandsel avatar alies-dev avatar anandchowdhary avatar cabello avatar coffmark avatar gzg avatar jagomf avatar jaredlt avatar jehong-ahn avatar jekuer avatar jshor avatar lptn avatar manuelmeurer avatar patrickhaley avatar rick-boardontrack avatar ssunday avatar wsyxbcl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

add-event-to-calendar-docs's Issues

Outlook Calendar Maximum URL Length

I've tested this and it seems that the maximum length of the outlook calendar add event url is 2056 characters.

Could anybody confirm this?

Outlook converts spaces to plus signs (with workaround)

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 of encoding the spaces in the URL (%20 vs +) makes any difference.

The only workaround I've found is to convert spaces to thin space. The URL encoding is %E2%80%89, and from my testing, Outlook properly renders the thin spaces. No telling whether it affects other Outlook functions, but it's better than plus signs everywhere.

Additional note: I haven't done extensive browser testing, only Chrome and Firefox. I'm not sure if this issue is browser-dependent.

Blank screen after sending outlook invite

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.
It's look like the same link if I used the outlook send invitation button or the deeplink button, but only the deeplink got the blank screen.
Somebody knows how to fix it?

add event URL does not work

[add event URL] unable to bring title and description and so on to event(as blow Screenshots), can you fix this issue or provide a new [add event URL]
image

Add GoogleMeet URL

Is there a way to add Google Meet URL so it looks linke this:
image
?

In ics files Google uses X-GOOGLE-CONFERENCE:https://meet.google.com/xyz-xyd for this purpose

Any way to add to iOS/Android

Thanks for this lovely info. How can I use one of these to create the ".ics" stuff for adding easily to mobile OS calendar? Many thanks.

Ampersand in Subject for Outlook Web renders as &

When I pass a Subject with an ampersand, it displays as &

Eg. Birthday & Sleepover percent-encoded to: &subject=Birthday%20%26%20Sleepover

Test link

image

This seems like a bug on Microsoft's side, but I wonder if you know of any hack that might get around it?

Yahoo is not converting UTC to user's calendar timezone format

Outlook showing wrong time for events on mobile

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 pick up the correct times. I've tried manipulating the time format in many different ways to get it to pick up without luck.

If I try an event that spams multiple days, using an example like this: https://outlook.live.com/calendar/0/deeplink/compose?startdt=2020-08-12T00:00:00&enddt=2020-08-13T12:00:00&subject=Hello%20World&body=Hello%20World

The end time is correct but the start time is still wrong. From what I can gather it appears to be rounding up to the nearest hour for the start time.

Wondering if anyone else can reproduce this and/or has figured out a workaround for this to work on mobile.

Adding Event to Calendar via Deeplink not functional with Office 365 URL

The deeplink described here used to work some months ago using the outlook.office.com domain (described in the linked doc), but now throws a javascript error and does not complete the action to add the event to the user's O365 calendar.

Clicking the 'Add a test event' link at the top of the doc above works using outlook.live.com, but replacing the domain with outlook.office.com does not work.

Does the Outlook Web link work on mobile (iOS)?

Have you been able to get the Outlook Web links to work on iOS?

The test event link works fine on desktop, but on iOS it simply takes me to the calendar page (not the add event page). I would expect it to open the Outlook app if it's available, or otherwise just render the web view for 'Add event' with the details populated, but it doesn't seem to work. Has this worked for you? Or is this simply behaviour that Microsoft have yet to implement? If the later, are you working around this in some way for any of your projects?

Add multi-line body for Outlook Web?

Do you know if it's possible to add a multi-line body for Outlook Web?

For Google and Yahoo you simple pass in the newline value \n (url encoded: %0A). But this doesn't seem to work for Outlook Web. I've also tried \r (url encoded: %0D) and \r\n but neither appear to work.

meet link

Is it possible to set a meet link too? Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.